#479411

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

Shades of La Palma #479411

Tints of La Palma #479411

Color information

#479411 (or 0x479411) is unknown color: approx La Palma. HEX triplet: 47, 94 and 11. RGB value is (71,148,17). Sum of RGB (Red+Green+Blue) = 71+148+17=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #479411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479411 is #B86BEE. Grayscale: #6E6E6E. Windows color (decimal): -12086255 or 1152071. OLE color: 1152071.

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

Color convert

RGB7114817-
CMYK0.5200.890.42
HSL95.27º79.39%32.35%-
HSV(B)95.27º88.51%58.04%-
XYZ13.2922.564.18-
YUV110.0475.49100.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 148 (58.20% from 255) = 62.71%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=30.08%
G=62.71%
B=7.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148170.5200.890.4295.2779.3932.35
Hex479411340592A5f4f20
Octal107224216401315213711740
Binary100011110010100100011101000101100110101010111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479411; }

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

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

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

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

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

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

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

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