#479812

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

Shades of La Palma #479812

Tints of La Palma #479812

Color information

#479812 (or 0x479812) is unknown color: approx La Palma. HEX triplet: 47, 98 and 12. RGB value is (71,152,18). Sum of RGB (Red+Green+Blue) = 71+152+18=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #479812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479812 is #B867ED. Grayscale: #707070. Windows color (decimal): -12085230 or 1218631. OLE color: 1218631.

HSL color Cylindrical-coordinate representation of color #479812: hue angle of 96.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #479812 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB7115218-
CMYK0.5300.880.40
HSL96.27º78.82%33.33%-
HSV(B)96.27º88.16%59.61%-
XYZ13.9423.844.44-
YUV112.574.6698.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 152 (59.77% from 255) = 63.07%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=29.46%
G=63.07%
B=7.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152180.5300.880.4096.2778.8233.33
Hex4798123505828604f21
Octal107230226501305014011741
Binary100011110011000100101101010101100010100011000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479812; }

 p { color: rgb(71,152,18); }

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

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

 a { background-color: rgb(71,152,18); }

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

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

 span { border-color: rgb(71,152,18); }

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