#5B6D37

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

Shades of Dark Olive Green #5B6D37

Tints of Dark Olive Green #5B6D37

Color information

#5B6D37 (or 0x5B6D37) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 6D and 37. RGB value is (91,109,55). Sum of RGB (Red+Green+Blue) = 91+109+55=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6D37 is #A492C8. Grayscale: #616161. Windows color (decimal): -10785481 or 3632475. OLE color: 3632475.

HSL color Cylindrical-coordinate representation of color #5B6D37: hue angle of 80º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B6D37 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB9110955-
CMYK0.1700.500.57
HSL80º32.93%32.16%-
HSV(B)80º49.54%42.75%-
XYZ10.4713.445.66-
YUV97.46104.04123.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.69%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=35.69%
G=42.75%
B=21.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91109550.1700.500.578032.9332.16
Hex5B6D371103239502120
Octal1331556721062711204140
Binary101101111011011101111000101100101110011010000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,109,55); }

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

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

 a { background-color: rgb(91,109,55); }

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

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

 span { border-color: rgb(91,109,55); }

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