#58702F

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

Shades of Dark Olive Green #58702F

Tints of Dark Olive Green #58702F

Color information

#58702F (or 0x58702F) is unknown color: approx Dark Olive Green. HEX triplet: 58, 70 and 2F. RGB value is (88,112,47). Sum of RGB (Red+Green+Blue) = 88+112+47=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #58702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58702F is #A78FD0. Grayscale: #616161. Windows color (decimal): -10981329 or 3108952. OLE color: 3108952.

HSL color Cylindrical-coordinate representation of color #58702F: hue angle of 82.15º 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 #58702F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB8811247-
CMYK0.2100.580.56
HSL82.15º40.88%31.18%-
HSV(B)82.15º58.04%43.92%-
XYZ10.3313.874.82-
YUV97.4199.55121.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=35.63%
G=45.34%
B=19.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112470.2100.580.5682.1540.8831.18
Hex58702F1503A3852291f
Octal1301605725072701225137
Binary10110001110000101111101010111010111000101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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