#488616

Color #488616 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #488616

Tints of La Palma #488616

Color information

#488616 (or 0x488616) is unknown color: approx La Palma. HEX triplet: 48, 86 and 16. RGB value is (72,134,22). Sum of RGB (Red+Green+Blue) = 72+134+22=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #488616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488616 is #B779E9. Grayscale: #676767. Windows color (decimal): -12024298 or 1476168. OLE color: 1476168.

HSL color Cylindrical-coordinate representation of color #488616: hue angle of 93.21º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #488616 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB7213422-
CMYK0.4600.840.47
HSL93.21º71.79%30.59%-
HSV(B)93.21º83.58%52.55%-
XYZ11.3418.493.73-
YUV102.6982.46106.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 134 (52.73% from 255) = 58.77%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=31.58%
G=58.77%
B=9.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134220.4600.840.4793.2171.7930.59
Hex4886162E0542F5d481f
Octal110206265601245713511037
Binary10010001000011010110101110010101001011111011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488616; }

 p { color: rgb(72,134,22); }

 H1.HeaderClassName
 {
   color: #488616;
 }
 .AnyTagClassName
 {
   color: #488616;
 }
</style>
background-color css

<style>
 a { background-color: #488616; }

 a { background-color: rgb(72,134,22); }

 div.DivClassName
 {
   background-color: #488616;
 }
 .BgClassName
 {
   background-color: #488616;
 }
</style>
border-color css

<style>
 span { border-color: #488616; }

 span { border-color: rgb(72,134,22); }

 td.TdClassName
 {
   border-color: #488616;
 }
 .TagClassName
 {
   border-color: #488616;
 }
</style>