#587F40

Color #587F40 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #587F40

Tints of Dingley #587F40

Color information

#587F40 (or 0x587F40) is unknown color: approx Dingley. HEX triplet: 58, 7F and 40. RGB value is (88,127,64). Sum of RGB (Red+Green+Blue) = 88+127+64=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #587F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587F40 is #A780BF. Grayscale: #6C6C6C. Windows color (decimal): -10977472 or 4226904. OLE color: 4226904.

HSL color Cylindrical-coordinate representation of color #587F40: hue angle of 97.14º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #587F40 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB8812764-
CMYK0.3100.500.50
HSL97.14º32.98%37.45%-
HSV(B)97.14º49.61%49.8%-
XYZ12.5417.627.59-
YUV108.16103.08113.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=31.54%
G=45.52%
B=22.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88127640.3100.500.5097.1432.9837.45
Hex587F401F03232612125
Octal13017710037062621414145
Binary1011000111111110000001111101100101100101100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587F40; }

 p { color: rgb(88,127,64); }

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

<style>
 a { background-color: #587F40; }

 a { background-color: rgb(88,127,64); }

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

<style>
 span { border-color: #587F40; }

 span { border-color: rgb(88,127,64); }

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