#479113

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

Shades of La Palma #479113

Tints of La Palma #479113

Color information

#479113 (or 0x479113) is unknown color: approx La Palma. HEX triplet: 47, 91 and 13. RGB value is (71,145,19). Sum of RGB (Red+Green+Blue) = 71+145+19=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #479113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479113 is #B86EEC. Grayscale: #6C6C6C. Windows color (decimal): -12087021 or 1282375. OLE color: 1282375.

HSL color Cylindrical-coordinate representation of color #479113: hue angle of 95.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #479113 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB7114519-
CMYK0.5100.870.43
HSL95.24º76.83%32.16%-
HSV(B)95.24º86.9%56.86%-
XYZ12.8421.644.12-
YUV108.5177.48101.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 145 (57.03% from 255) = 61.70%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=30.21%
G=61.70%
B=8.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145190.5100.870.4395.2476.8332.16
Hex479113330572B5f4d20
Octal107221236301275313711540
Binary100011110010001100111100110101011110101110111111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479113; }

 p { color: rgb(71,145,19); }

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

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

 a { background-color: rgb(71,145,19); }

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

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

 span { border-color: rgb(71,145,19); }

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