#479408

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

Shades of La Palma #479408

Tints of La Palma #479408

Color information

#479408 (or 0x479408) is unknown color: approx La Palma. HEX triplet: 47, 94 and 08. RGB value is (71,148,8). Sum of RGB (Red+Green+Blue) = 71+148+8=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #479408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479408 is #B86BF7. Grayscale: #6D6D6D. Windows color (decimal): -12086264 or 562247. OLE color: 562247.

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

Color convert

RGB711488-
CMYK0.5200.950.42
HSL93º89.74%30.59%-
HSV(B)93º94.59%58.04%-
XYZ13.2322.543.88-
YUV109.0270.99100.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 148 (58.20% from 255) = 65.20%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=31.28%
G=65.20%
B=3.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7114880.5200.950.429389.7430.59
Hex479483405F2A5d5a1f
Octal107224106401375213513237
Binary1000111100101001000110100010111111010101011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479408; }

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

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

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

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

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

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

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

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