#5D6F37

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

Shades of Dark Olive Green #5D6F37

Tints of Dark Olive Green #5D6F37

Color information

#5D6F37 (or 0x5D6F37) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 6F and 37. RGB value is (93,111,55). Sum of RGB (Red+Green+Blue) = 93+111+55=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6F37 is #A290C8. Grayscale: #636363. Windows color (decimal): -10653897 or 3632989. OLE color: 3632989.

HSL color Cylindrical-coordinate representation of color #5D6F37: hue angle of 79.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6F37 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB9311155-
CMYK0.1600.500.56
HSL79.29º33.73%32.55%-
HSV(B)79.29º50.45%43.53%-
XYZ10.8913.975.74-
YUV99.23103.04123.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.91%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=35.91%
G=42.86%
B=21.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93111550.1600.500.5679.2933.7332.55
Hex5D6F3710032384f2221
Octal1351576720062701174241
Binary101110111011111101111000001100101110001001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6F37; }

 p { color: rgb(93,111,55); }

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

<style>
 a { background-color: #5D6F37; }

 a { background-color: rgb(93,111,55); }

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

<style>
 span { border-color: #5D6F37; }

 span { border-color: rgb(93,111,55); }

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