#478E31

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

Shades of La Palma #478E31

Tints of La Palma #478E31

Color information

#478E31 (or 0x478E31) is unknown color: approx La Palma. HEX triplet: 47, 8E and 31. RGB value is (71,142,49). Sum of RGB (Red+Green+Blue) = 71+142+49=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #478E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478E31 is #B871CE. Grayscale: #6E6E6E. Windows color (decimal): -12087759 or 3247687. OLE color: 3247687.

HSL color Cylindrical-coordinate representation of color #478E31: hue angle of 105.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478E31 is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB7114249-
CMYK0.500.650.44
HSL105.81º48.69%37.45%-
HSV(B)105.81º65.49%55.69%-
XYZ12.8320.916.27-
YUV110.1793.48100.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 142 (55.86% from 255) = 54.20%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=27.10%
G=54.20%
B=18.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71142490.500.650.44105.8148.6937.45
Hex478E31320412C6a3125
Octal10721661620101541526145
Binary100011110001110110001110010010000011011001101010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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