#479B2F

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

Shades of La Palma #479B2F

Tints of La Palma #479B2F

Color information

#479B2F (or 0x479B2F) is unknown color: approx La Palma. HEX triplet: 47, 9B and 2F. RGB value is (71,155,47). Sum of RGB (Red+Green+Blue) = 71+155+47=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #479B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479B2F is #B864D0. Grayscale: #757575. Windows color (decimal): -12084433 or 3119943. OLE color: 3119943.

HSL color Cylindrical-coordinate representation of color #479B2F: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479B2F is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB7115547-
CMYK0.5400.700.39
HSL106.67º53.47%39.61%-
HSV(B)106.67º69.68%60.78%-
XYZ14.8324.996.73-
YUV117.5788.1794.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=26.01%
G=56.78%
B=17.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71155470.5400.700.39106.6753.4739.61
Hex479B2F36046276b3528
Octal10723357660106471536550
Binary100011110011011101111110110010001101001111101011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479B2F; }

 p { color: rgb(71,155,47); }

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

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

 a { background-color: rgb(71,155,47); }

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

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

 span { border-color: rgb(71,155,47); }

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