#587742

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

Shades of Dingley #587742

Tints of Dingley #587742

Color information

#587742 (or 0x587742) is unknown color: approx Dingley. HEX triplet: 58, 77 and 42. RGB value is (88,119,66). Sum of RGB (Red+Green+Blue) = 88+119+66=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #587742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587742 is #A788BD. Grayscale: #676767. Windows color (decimal): -10979518 or 4355928. OLE color: 4355928.

HSL color Cylindrical-coordinate representation of color #587742: hue angle of 95.09º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #587742 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB8811966-
CMYK0.2600.450.53
HSL95.09º28.65%36.27%-
HSV(B)95.09º44.54%46.67%-
XYZ11.615.667.57-
YUV103.69106.73116.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=32.23%
G=43.59%
B=24.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119660.2600.450.5395.0928.6536.27
Hex5877421A02D355f1d24
Octal13016710232055651373544
Binary101100011101111000010110100101101110101101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587742; }

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

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

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

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

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

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

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

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