#478D31

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

Shades of La Palma #478D31

Tints of La Palma #478D31

Color information

#478D31 (or 0x478D31) is unknown color: approx La Palma. HEX triplet: 47, 8D and 31. RGB value is (71,141,49). Sum of RGB (Red+Green+Blue) = 71+141+49=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #478D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D31 is #B872CE. Grayscale: #6D6D6D. Windows color (decimal): -12088015 or 3247431. OLE color: 3247431.

HSL color Cylindrical-coordinate representation of color #478D31: hue angle of 105.65º 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 #478D31 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7114149-
CMYK0.5000.650.45
HSL105.65º48.42%37.25%-
HSV(B)105.65º65.25%55.29%-
XYZ12.6820.616.22-
YUV109.5893.81100.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 141 (55.47% from 255) = 54.02%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=27.20%
G=54.02%
B=18.77%

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
Decimal71141490.5000.650.45105.6548.4237.25
Hex478D31320412D6a3025
Octal10721561620101551526045
Binary100011110001101110001110010010000011011011101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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