#587248

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

Shades of Dingley #587248

Tints of Dingley #587248

Color information

#587248 (or 0x587248) is unknown color: approx Dingley. HEX triplet: 58, 72 and 48. RGB value is (88,114,72). Sum of RGB (Red+Green+Blue) = 88+114+72=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #587248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587248 is #A78DB7. Grayscale: #656565. Windows color (decimal): -10980792 or 4747864. OLE color: 4747864.

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

Color convert

RGB8811472-
CMYK0.2300.370.55
HSL97.14º22.58%36.47%-
HSV(B)97.14º36.84%44.71%-
XYZ11.2114.588.35-
YUV101.44111.39118.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=32.12%
G=41.61%
B=26.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114720.2300.370.5597.1422.5836.47
Hex5872481702537611724
Octal13016211027045671412744
Binary101100011100101001000101110100101110111110000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587248; }

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

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

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

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

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

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

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

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