#487F31

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

Shades of La Palma #487F31

Tints of La Palma #487F31

Color information

#487F31 (or 0x487F31) is unknown color: approx La Palma. HEX triplet: 48, 7F and 31. RGB value is (72,127,49). Sum of RGB (Red+Green+Blue) = 72+127+49=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #487F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F31 is #B780CE. Grayscale: #656565. Windows color (decimal): -12026063 or 3243848. OLE color: 3243848.

HSL color Cylindrical-coordinate representation of color #487F31: hue angle of 102.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487F31 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB7212749-
CMYK0.4300.610.50
HSL102.31º44.32%34.51%-
HSV(B)102.31º61.42%49.8%-
XYZ10.8216.785.57-
YUV101.6698.28106.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 127 (50% from 255) = 51.21%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=29.03%
G=51.21%
B=19.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72127490.4300.610.50102.3144.3234.51
Hex487F312B03D32662c23
Octal1101776153075621465443
Binary1001000111111111000110101101111011100101100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F31; }

 p { color: rgb(72,127,49); }

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

<style>
 a { background-color: #487F31; }

 a { background-color: rgb(72,127,49); }

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

<style>
 span { border-color: #487F31; }

 span { border-color: rgb(72,127,49); }

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