#58692E

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

Shades of Dark Olive Green #58692E

Tints of Dark Olive Green #58692E

Color information

#58692E (or 0x58692E) is unknown color: approx Dark Olive Green. HEX triplet: 58, 69 and 2E. RGB value is (88,105,46). Sum of RGB (Red+Green+Blue) = 88+105+46=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #58692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58692E is #A796D1. Grayscale: #5D5D5D. Windows color (decimal): -10983122 or 3041624. OLE color: 3041624.

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

Color convert

RGB8810546-
CMYK0.1600.560.59
HSL77.29º39.07%29.61%-
HSV(B)77.29º56.19%41.18%-
XYZ9.5712.384.47-
YUV93.19101.37124.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=36.82%
G=43.93%
B=19.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105460.1600.560.5977.2939.0729.61
Hex58692E100383B4d271e
Octal1301515620070731154736
Binary10110001101001101110100000111000111011100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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