#58762D

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

Shades of Dark Olive Green #58762D

Tints of Dark Olive Green #58762D

Color information

#58762D (or 0x58762D) is unknown color: approx Dark Olive Green. HEX triplet: 58, 76 and 2D. RGB value is (88,118,45). Sum of RGB (Red+Green+Blue) = 88+118+45=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #58762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58762D is #A789D2. Grayscale: #646464. Windows color (decimal): -10979795 or 2979416. OLE color: 2979416.

HSL color Cylindrical-coordinate representation of color #58762D: hue angle of 84.66º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58762D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB8811845-
CMYK0.2500.620.54
HSL84.66º44.79%31.96%-
HSV(B)84.66º61.86%46.27%-
XYZ10.9815.224.84-
YUV100.7196.56118.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=35.06%
G=47.01%
B=17.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88118450.2500.620.5484.6644.7931.96
Hex58762D1903E36552d20
Octal1301665531076661255540
Binary101100011101101011011100101111101101101010101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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