#479C2F

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

Shades of La Palma #479C2F

Tints of La Palma #479C2F

Color information

#479C2F (or 0x479C2F) is unknown color: approx La Palma. HEX triplet: 47, 9C and 2F. RGB value is (71,156,47). Sum of RGB (Red+Green+Blue) = 71+156+47=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #479C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479C2F is #B863D0. Grayscale: #767676. Windows color (decimal): -12084177 or 3120199. OLE color: 3120199.

HSL color Cylindrical-coordinate representation of color #479C2F: hue angle of 106.79º degrees, saturation: 0.54, 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 #479C2F is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB7115647-
CMYK0.5400.700.39
HSL106.79º53.69%39.8%-
HSV(B)106.79º69.87%61.18%-
XYZ1525.326.79-
YUV118.1687.8494.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 56.93%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=25.91%
G=56.93%
B=17.15%

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
Decimal71156470.5400.700.39106.7953.6939.8
Hex479C2F36046276b3628
Octal10723457660106471536650
Binary100011110011100101111110110010001101001111101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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