#479920

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

Shades of La Palma #479920

Tints of La Palma #479920

Color information

#479920 (or 0x479920) is unknown color: approx La Palma. HEX triplet: 47, 99 and 20. RGB value is (71,153,32). Sum of RGB (Red+Green+Blue) = 71+153+32=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #479920 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479920 is #B866DF. Grayscale: #737373. Windows color (decimal): -12084960 or 2136391. OLE color: 2136391.

HSL color Cylindrical-coordinate representation of color #479920: hue angle of 100.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #479920 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB7115332-
CMYK0.5400.790.4
HSL100.66º65.41%36.27%-
HSV(B)100.66º79.08%60%-
XYZ14.2524.235.29-
YUV114.6981.3396.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 153 (60.16% from 255) = 59.77%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=27.73%
G=59.77%
B=12.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71153320.5400.790.4100.6665.4136.27
Hex4799203604F28654124
Octal107231406601175014510144
Binary1000111100110011000001101100100111110100011001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479920; }

 p { color: rgb(71,153,32); }

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

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

 a { background-color: rgb(71,153,32); }

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

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

 span { border-color: rgb(71,153,32); }

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