#58742F

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

Shades of Dark Olive Green #58742F

Tints of Dark Olive Green #58742F

Color information

#58742F (or 0x58742F) is unknown color: approx Dark Olive Green. HEX triplet: 58, 74 and 2F. RGB value is (88,116,47). Sum of RGB (Red+Green+Blue) = 88+116+47=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #58742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58742F is #A78BD0. Grayscale: #646464. Windows color (decimal): -10980305 or 3109976. OLE color: 3109976.

HSL color Cylindrical-coordinate representation of color #58742F: hue angle of 84.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58742F is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB8811647-
CMYK0.2400.590.55
HSL84.35º42.33%31.96%-
HSV(B)84.35º59.48%45.49%-
XYZ10.7814.774.97-
YUV99.7698.22119.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=35.06%
G=46.22%
B=18.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88116470.2400.590.5584.3542.3331.96
Hex58742F1803B37542a20
Octal1301645730073671245240
Binary101100011101001011111100001110111101111010100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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