#58682B

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

Shades of Dark Olive Green #58682B

Tints of Dark Olive Green #58682B

Color information

#58682B (or 0x58682B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 68 and 2B. RGB value is (88,104,43). Sum of RGB (Red+Green+Blue) = 88+104+43=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #58682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58682B is #A797D4. Grayscale: #5C5C5C. Windows color (decimal): -10983381 or 2844760. OLE color: 2844760.

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

Color convert

RGB8810443-
CMYK0.1500.590.59
HSL75.74º41.5%28.82%-
HSV(B)75.74º58.65%40.78%-
XYZ9.4112.154.13-
YUV92.26100.2124.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=37.45%
G=44.26%
B=18.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104430.1500.590.5975.7441.528.82
Hex58682BF03B3B4c291d
Octal1301505317073731145135
Binary1011000110100010101111110111011111011100110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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