#587449

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

Shades of Dingley #587449

Tints of Dingley #587449

Color information

#587449 (or 0x587449) is unknown color: approx Dingley. HEX triplet: 58, 74 and 49. RGB value is (88,116,73). Sum of RGB (Red+Green+Blue) = 88+116+73=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #587449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587449 is #A78BB6. Grayscale: #666666. Windows color (decimal): -10980279 or 4813912. OLE color: 4813912.

HSL color Cylindrical-coordinate representation of color #587449: hue angle of 99.07º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #587449 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB8811673-
CMYK0.2400.370.55
HSL99.07º22.75%37.06%-
HSV(B)99.07º37.07%45.49%-
XYZ11.4715.058.6-
YUV102.73111.22117.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=31.77%
G=41.88%
B=26.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88116730.2400.370.5599.0722.7537.06
Hex5874491802537631725
Octal13016411130045671432745
Binary101100011101001001001110000100101110111110001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587449; }

 p { color: rgb(88,116,73); }

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

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

 a { background-color: rgb(88,116,73); }

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

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

 span { border-color: rgb(88,116,73); }

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