#58873E

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

Shades of Dingley #58873E

Tints of Dingley #58873E

Color information

#58873E (or 0x58873E) is unknown color: approx Dingley. HEX triplet: 58, 87 and 3E. RGB value is (88,135,62). Sum of RGB (Red+Green+Blue) = 88+135+62=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #58873E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58873E is #A778C1. Grayscale: #707070. Windows color (decimal): -10975426 or 4097880. OLE color: 4097880.

HSL color Cylindrical-coordinate representation of color #58873E: hue angle of 98.63º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58873E is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB8813562-
CMYK0.3500.540.47
HSL98.63º37.06%38.63%-
HSV(B)98.63º54.07%52.94%-
XYZ13.5619.757.66-
YUV112.6299.43110.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=30.88%
G=47.37%
B=21.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88135620.3500.540.4798.6337.0638.63
Hex58873E230362F632527
Octal1302077643066571434547
Binary10110001000011111111010001101101101011111100011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58873E; }

 p { color: rgb(88,135,62); }

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

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

 a { background-color: rgb(88,135,62); }

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

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

 span { border-color: rgb(88,135,62); }

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