#478D32

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

Shades of La Palma #478D32

Tints of La Palma #478D32

Color information

#478D32 (or 0x478D32) is unknown color: approx La Palma. HEX triplet: 47, 8D and 32. RGB value is (71,141,50). Sum of RGB (Red+Green+Blue) = 71+141+50=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #478D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D32 is #B872CD. Grayscale: #6D6D6D. Windows color (decimal): -12088014 or 3312967. OLE color: 3312967.

HSL color Cylindrical-coordinate representation of color #478D32: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478D32 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7114150-
CMYK0.5000.650.45
HSL106.15º47.64%37.45%-
HSV(B)106.15º64.54%55.29%-
XYZ12.720.626.33-
YUV109.794.31100.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 141 (55.47% from 255) = 53.82%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=27.10%
G=53.82%
B=19.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71141500.5000.650.45106.1547.6437.45
Hex478D32320412D6a3025
Octal10721562620101551526045
Binary100011110001101110010110010010000011011011101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D32; }

 p { color: rgb(71,141,50); }

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

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

 a { background-color: rgb(71,141,50); }

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

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

 span { border-color: rgb(71,141,50); }

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