#587A42

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

Shades of Dingley #587A42

Tints of Dingley #587A42

Color information

#587A42 (or 0x587A42) is unknown color: approx Dingley. HEX triplet: 58, 7A and 42. RGB value is (88,122,66). Sum of RGB (Red+Green+Blue) = 88+122+66=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #587A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587A42 is #A785BD. Grayscale: #696969. Windows color (decimal): -10978750 or 4356696. OLE color: 4356696.

HSL color Cylindrical-coordinate representation of color #587A42: hue angle of 96.43º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #587A42 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB8812266-
CMYK0.2800.460.52
HSL96.43º29.79%36.86%-
HSV(B)96.43º45.9%47.84%-
XYZ11.9716.397.69-
YUV105.45105.74115.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=31.88%
G=44.20%
B=23.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88122660.2800.460.5296.4329.7936.86
Hex587A421C02E34601e25
Octal13017210234056641403645
Binary101100011110101000010111000101110110100110000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,122,66); }

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

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

 a { background-color: rgb(88,122,66); }

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

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

 span { border-color: rgb(88,122,66); }

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