#479414

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

Shades of La Palma #479414

Tints of La Palma #479414

Color information

#479414 (or 0x479414) is unknown color: approx La Palma. HEX triplet: 47, 94 and 14. RGB value is (71,148,20). Sum of RGB (Red+Green+Blue) = 71+148+20=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #479414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479414 is #B86BEB. Grayscale: #6E6E6E. Windows color (decimal): -12086252 or 1348679. OLE color: 1348679.

HSL color Cylindrical-coordinate representation of color #479414: hue angle of 96.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #479414 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB7114820-
CMYK0.5200.860.42
HSL96.09º76.19%32.94%-
HSV(B)96.09º86.49%58.04%-
XYZ13.3122.574.32-
YUV110.3876.9999.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 148 (58.20% from 255) = 61.92%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=29.71%
G=61.92%
B=8.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148200.5200.860.4296.0976.1932.94
Hex479414340562A604c21
Octal107224246401265214011441
Binary100011110010100101001101000101011010101011000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479414; }

 p { color: rgb(71,148,20); }

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

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

 a { background-color: rgb(71,148,20); }

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

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

 span { border-color: rgb(71,148,20); }

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