#58712F

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

Shades of Dark Olive Green #58712F

Tints of Dark Olive Green #58712F

Color information

#58712F (or 0x58712F) is unknown color: approx Dark Olive Green. HEX triplet: 58, 71 and 2F. RGB value is (88,113,47). Sum of RGB (Red+Green+Blue) = 88+113+47=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #58712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58712F is #A78ED0. Grayscale: #626262. Windows color (decimal): -10981073 or 3109208. OLE color: 3109208.

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

Color convert

RGB8811347-
CMYK0.2200.580.56
HSL82.73º41.25%31.37%-
HSV(B)82.73º58.41%44.31%-
XYZ10.4414.094.86-
YUV9899.22120.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=35.48%
G=45.56%
B=18.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113470.2200.580.5682.7341.2531.37
Hex58712F1603A3853291f
Octal1301615726072701235137
Binary10110001110001101111101100111010111000101001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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