#479000

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

Shades of La Palma #479000

Tints of La Palma #479000

Color information

#479000 (or 0x479000) is unknown color: approx La Palma. HEX triplet: 47, 90 and 00. RGB value is (71,144,0). Sum of RGB (Red+Green+Blue) = 71+144+0=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #479000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479000 is #B86FFF. Grayscale: #6A6A6A. Windows color (decimal): -12087296 or 36935. OLE color: 36935.

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

Color convert

RGB711440-
CMYK0.51010.44
HSL90.42º100%28.24%-
HSV(B)90.42º100%56.47%-
XYZ12.5721.293.45-
YUV105.7668.32103.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 144 (56.64% from 255) = 66.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.02%
G=66.98%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7114400.51010.4490.4210028.24
Hex47900330642C5a641c
Octal10722006301445413214434
Binary1000111100100000110011011001001011001011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479000; }

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

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

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

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

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

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

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

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