#5B6537

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

Shades of Dark Olive Green #5B6537

Tints of Dark Olive Green #5B6537

Color information

#5B6537 (or 0x5B6537) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 65 and 37. RGB value is (91,101,55). Sum of RGB (Red+Green+Blue) = 91+101+55=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6537 is #A49AC8. Grayscale: #5C5C5C. Windows color (decimal): -10787529 or 3630427. OLE color: 3630427.

HSL color Cylindrical-coordinate representation of color #5B6537: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B6537 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB9110155-
CMYK0.1000.460.60
HSL73.04º29.49%30.59%-
HSV(B)73.04º45.54%39.61%-
XYZ9.6611.815.38-
YUV92.77106.69126.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=36.84%
G=40.89%
B=22.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91101550.1000.460.6073.0429.4930.59
Hex5B6537A02E3C491d1f
Octal1331456712056741113537
Binary101101111001011101111010010111011110010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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