#479216

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

Shades of La Palma #479216

Tints of La Palma #479216

Color information

#479216 (or 0x479216) is unknown color: approx La Palma. HEX triplet: 47, 92 and 16. RGB value is (71,146,22). Sum of RGB (Red+Green+Blue) = 71+146+22=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #479216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479216 is #B86DE9. Grayscale: #6D6D6D. Windows color (decimal): -12086762 or 1479239. OLE color: 1479239.

HSL color Cylindrical-coordinate representation of color #479216: hue angle of 96.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #479216 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB7114622-
CMYK0.5100.850.43
HSL96.29º73.81%32.94%-
HSV(B)96.29º84.93%57.25%-
XYZ13.0221.964.31-
YUV109.4478.65100.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 146 (57.42% from 255) = 61.09%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=29.71%
G=61.09%
B=9.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146220.5100.850.4396.2973.8132.94
Hex479216330552B604a21
Octal107222266301255314011241
Binary100011110010010101101100110101010110101111000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479216; }

 p { color: rgb(71,146,22); }

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

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

 a { background-color: rgb(71,146,22); }

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

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

 span { border-color: rgb(71,146,22); }

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