#58712D

Color #58712D Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #58712D

Tints of Dark Olive Green #58712D

Color information

#58712D (or 0x58712D) is unknown color: approx Dark Olive Green. HEX triplet: 58, 71 and 2D. RGB value is (88,113,45). Sum of RGB (Red+Green+Blue) = 88+113+45=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #58712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58712D is #A78ED2. Grayscale: #626262. Windows color (decimal): -10981075 or 2978136. OLE color: 2978136.

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

Color convert

RGB8811345-
CMYK0.2200.600.56
HSL82.06º43.04%30.98%-
HSV(B)82.06º60.18%44.31%-
XYZ10.414.074.65-
YUV97.7798.22121.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=35.77%
G=45.93%
B=18.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113450.2200.600.5682.0643.0430.98
Hex58712D1603C38522b1f
Octal1301615526074701225337
Binary10110001110001101101101100111100111000101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58712D; }

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

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

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

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

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

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

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

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