#587348

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

Shades of Dingley #587348

Tints of Dingley #587348

Color information

#587348 (or 0x587348) is unknown color: approx Dingley. HEX triplet: 58, 73 and 48. RGB value is (88,115,72). Sum of RGB (Red+Green+Blue) = 88+115+72=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #587348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587348 is #A78CB7. Grayscale: #666666. Windows color (decimal): -10980536 or 4748120. OLE color: 4748120.

HSL color Cylindrical-coordinate representation of color #587348: hue angle of 97.67º 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 #587348 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB8811572-
CMYK0.2300.370.55
HSL97.67º22.99%36.67%-
HSV(B)97.67º37.39%45.1%-
XYZ11.3214.88.39-
YUV102.02111.05118-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=32%
G=41.82%
B=26.18%

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
Decimal88115720.2300.370.5597.6722.9936.67
Hex5873481702537621725
Octal13016311027045671422745
Binary101100011100111001000101110100101110111110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587348; }

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

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

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

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

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

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

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

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