#58682E

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

Shades of Dark Olive Green #58682E

Tints of Dark Olive Green #58682E

Color information

#58682E (or 0x58682E) is unknown color: approx Dark Olive Green. HEX triplet: 58, 68 and 2E. RGB value is (88,104,46). Sum of RGB (Red+Green+Blue) = 88+104+46=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #58682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58682E is #A797D1. Grayscale: #5C5C5C. Windows color (decimal): -10983378 or 3041368. OLE color: 3041368.

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

Color convert

RGB8810446-
CMYK0.1500.560.59
HSL76.55º38.67%29.41%-
HSV(B)76.55º55.77%40.78%-
XYZ9.4712.174.44-
YUV92.6101.7124.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=36.97%
G=43.70%
B=19.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104460.1500.560.5976.5538.6729.41
Hex58682EF0383B4d271d
Octal1301505617070731154735
Binary1011000110100010111011110111000111011100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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