#587148

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

Shades of Dingley #587148

Tints of Dingley #587148

Color information

#587148 (or 0x587148) is unknown color: approx Dingley. HEX triplet: 58, 71 and 48. RGB value is (88,113,72). Sum of RGB (Red+Green+Blue) = 88+113+72=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #587148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587148 is #A78EB7. Grayscale: #646464. Windows color (decimal): -10981048 or 4747608. OLE color: 4747608.

HSL color Cylindrical-coordinate representation of color #587148: hue angle of 96.59º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #587148 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB8811372-
CMYK0.2200.360.56
HSL96.59º22.16%36.27%-
HSV(B)96.59º36.28%44.31%-
XYZ11.114.358.32-
YUV100.85111.72118.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=32.23%
G=41.39%
B=26.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113720.2200.360.5696.5922.1636.27
Hex5871481602438611624
Octal13016111026044701412644
Binary101100011100011001000101100100100111000110000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587148; }

 p { color: rgb(88,113,72); }

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

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

 a { background-color: rgb(88,113,72); }

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

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

 span { border-color: rgb(88,113,72); }

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