#58702C

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

Shades of Dark Olive Green #58702C

Tints of Dark Olive Green #58702C

Color information

#58702C (or 0x58702C) is unknown color: approx Dark Olive Green. HEX triplet: 58, 70 and 2C. RGB value is (88,112,44). Sum of RGB (Red+Green+Blue) = 88+112+44=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #58702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58702C is #A78FD3. Grayscale: #616161. Windows color (decimal): -10981332 or 2912344. OLE color: 2912344.

HSL color Cylindrical-coordinate representation of color #58702C: hue angle of 81.18º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58702C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB8811244-
CMYK0.2100.610.56
HSL81.18º43.59%30.59%-
HSV(B)81.18º60.71%43.92%-
XYZ10.2713.844.51-
YUV97.0798.05121.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=36.07%
G=45.90%
B=18.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112440.2100.610.5681.1843.5930.59
Hex58702C1503D38512c1f
Octal1301605425075701215437
Binary10110001110000101100101010111101111000101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58702C; }

 p { color: rgb(88,112,44); }

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

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

 a { background-color: rgb(88,112,44); }

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

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

 span { border-color: rgb(88,112,44); }

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