#479012

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

Shades of La Palma #479012

Tints of La Palma #479012

Color information

#479012 (or 0x479012) is unknown color: approx La Palma. HEX triplet: 47, 90 and 12. RGB value is (71,144,18). Sum of RGB (Red+Green+Blue) = 71+144+18=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #479012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479012 is #B86FED. Grayscale: #6C6C6C. Windows color (decimal): -12087278 or 1216583. OLE color: 1216583.

HSL color Cylindrical-coordinate representation of color #479012: hue angle of 94.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #479012 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB7114418-
CMYK0.5100.880.44
HSL94.76º77.78%31.76%-
HSV(B)94.76º87.5%56.47%-
XYZ12.6821.334.02-
YUV107.8177.32101.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 144 (56.64% from 255) = 61.80%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=30.47%
G=61.80%
B=7.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144180.5100.880.4494.7677.7831.76
Hex479012330582C5f4e20
Octal107220226301305413711640
Binary100011110010000100101100110101100010110010111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479012; }

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

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

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

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

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

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

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

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