#479C16

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

Shades of La Palma #479C16

Tints of La Palma #479C16

Color information

#479C16 (or 0x479C16) is unknown color: approx La Palma. HEX triplet: 47, 9C and 16. RGB value is (71,156,22). Sum of RGB (Red+Green+Blue) = 71+156+22=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #479C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479C16 is #B863E9. Grayscale: #737373. Windows color (decimal): -12084202 or 1481799. OLE color: 1481799.

HSL color Cylindrical-coordinate representation of color #479C16: hue angle of 98.06º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #479C16 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB7115622-
CMYK0.5400.860.39
HSL98.06º75.28%34.9%-
HSV(B)98.06º85.9%61.18%-
XYZ14.6325.174.85-
YUV115.3175.3496.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 156 (61.33% from 255) = 62.65%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=28.51%
G=62.65%
B=8.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71156220.5400.860.3998.0675.2834.9
Hex479C163605627624b23
Octal107234266601264714211343
Binary100011110011100101101101100101011010011111000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479C16; }

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

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

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

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

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

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

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

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