#479C2D

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

Shades of La Palma #479C2D

Tints of La Palma #479C2D

Color information

#479C2D (or 0x479C2D) is unknown color: approx La Palma. HEX triplet: 47, 9C and 2D. RGB value is (71,156,45). Sum of RGB (Red+Green+Blue) = 71+156+45=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #479C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479C2D is #B863D2. Grayscale: #767676. Windows color (decimal): -12084179 or 2989127. OLE color: 2989127.

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

Color convert

RGB7115645-
CMYK0.5400.710.39
HSL105.95º55.22%39.41%-
HSV(B)105.95º71.15%61.18%-
XYZ14.9625.316.58-
YUV117.9386.8494.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 156 (61.33% from 255) = 57.35%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=26.10%
G=57.35%
B=16.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71156450.5400.710.39105.9555.2239.41
Hex479C2D36047276a3727
Octal10723455660107471526747
Binary100011110011100101101110110010001111001111101010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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