#58692A

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

Shades of Dark Olive Green #58692A

Tints of Dark Olive Green #58692A

Color information

#58692A (or 0x58692A) is unknown color: approx Dark Olive Green. HEX triplet: 58, 69 and 2A. RGB value is (88,105,42). Sum of RGB (Red+Green+Blue) = 88+105+42=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #58692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58692A is #A796D5. Grayscale: #5C5C5C. Windows color (decimal): -10983126 or 2779480. OLE color: 2779480.

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

Color convert

RGB8810542-
CMYK0.1600.60.59
HSL76.19º42.86%28.82%-
HSV(B)76.19º60%41.18%-
XYZ9.4912.354.07-
YUV92.7499.37124.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=37.45%
G=44.68%
B=17.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105420.1600.60.5976.1942.8628.82
Hex58692A1003C3B4c2b1d
Octal1301515220074731145335
Binary10110001101001101010100000111100111011100110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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