#58682A

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

Shades of Dark Olive Green #58682A

Tints of Dark Olive Green #58682A

Color information

#58682A (or 0x58682A) is unknown color: approx Dark Olive Green. HEX triplet: 58, 68 and 2A. RGB value is (88,104,42). Sum of RGB (Red+Green+Blue) = 88+104+42=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #58682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58682A is #A797D5. Grayscale: #5C5C5C. Windows color (decimal): -10983382 or 2779224. OLE color: 2779224.

HSL color Cylindrical-coordinate representation of color #58682A: hue angle of 75.48º degrees, saturation: 0.42, 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 #58682A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB8810442-
CMYK0.1500.600.59
HSL75.48º42.47%28.63%-
HSV(B)75.48º59.62%40.78%-
XYZ9.3912.144.04-
YUV92.1599.7125.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=37.61%
G=44.44%
B=17.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104420.1500.600.5975.4842.4728.63
Hex58682AF03C3B4b2a1d
Octal1301505217074731135235
Binary1011000110100010101011110111100111011100101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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