#58692D

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

Shades of Dark Olive Green #58692D

Tints of Dark Olive Green #58692D

Color information

#58692D (or 0x58692D) is unknown color: approx Dark Olive Green. HEX triplet: 58, 69 and 2D. RGB value is (88,105,45). Sum of RGB (Red+Green+Blue) = 88+105+45=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #58692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58692D is #A796D2. Grayscale: #5D5D5D. Windows color (decimal): -10983123 or 2976088. OLE color: 2976088.

HSL color Cylindrical-coordinate representation of color #58692D: hue angle of 77º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58692D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB8810545-
CMYK0.1600.570.59
HSL77º40%29.41%-
HSV(B)77º57.14%41.18%-
XYZ9.5512.374.37-
YUV93.08100.87124.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=36.97%
G=44.12%
B=18.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105450.1600.570.59774029.41
Hex58692D100393B4d281d
Octal1301515520071731155035
Binary10110001101001101101100000111001111011100110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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