#5D6B37

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

Shades of Dark Olive Green #5D6B37

Tints of Dark Olive Green #5D6B37

Color information

#5D6B37 (or 0x5D6B37) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 6B and 37. RGB value is (93,107,55). Sum of RGB (Red+Green+Blue) = 93+107+55=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6B37 is #A294C8. Grayscale: #616161. Windows color (decimal): -10654921 or 3631965. OLE color: 3631965.

HSL color Cylindrical-coordinate representation of color #5D6B37: hue angle of 76.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D6B37 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB9310755-
CMYK0.1300.490.58
HSL76.15º32.1%31.76%-
HSV(B)76.15º48.6%41.96%-
XYZ10.4613.125.6-
YUV96.89104.36125.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=36.47%
G=41.96%
B=21.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93107550.1300.490.5876.1532.131.76
Hex5D6B37D0313A4c2020
Octal1351536715061721144040
Binary10111011101011110111110101100011110101001100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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