#479E2D

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

Shades of La Palma #479E2D

Tints of La Palma #479E2D

Color information

#479E2D (or 0x479E2D) is unknown color: approx La Palma. HEX triplet: 47, 9E and 2D. RGB value is (71,158,45). Sum of RGB (Red+Green+Blue) = 71+158+45=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #479E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479E2D is #B861D2. Grayscale: #777777. Windows color (decimal): -12083667 or 2989639. OLE color: 2989639.

HSL color Cylindrical-coordinate representation of color #479E2D: hue angle of 106.19º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479E2D is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB7115845-
CMYK0.5500.720.38
HSL106.19º55.67%39.8%-
HSV(B)106.19º71.52%61.96%-
XYZ15.325.986.69-
YUV119.186.1893.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 158 (62.11% from 255) = 57.66%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=25.91%
G=57.66%
B=16.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71158450.5500.720.38106.1955.6739.8
Hex479E2D37048266a3828
Octal10723655670110461527050
Binary100011110011110101101110111010010001001101101010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,158,45); }

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

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

 a { background-color: rgb(71,158,45); }

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

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

 span { border-color: rgb(71,158,45); }

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