#5B6634

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

Shades of Dark Olive Green #5B6634

Tints of Dark Olive Green #5B6634

Color information

#5B6634 (or 0x5B6634) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 66 and 34. RGB value is (91,102,52). Sum of RGB (Red+Green+Blue) = 91+102+52=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6634 is #A499CB. Grayscale: #5D5D5D. Windows color (decimal): -10787276 or 3434075. OLE color: 3434075.

HSL color Cylindrical-coordinate representation of color #5B6634: hue angle of 73.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B6634 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB9110252-
CMYK0.1100.490.6
HSL73.2º32.47%30.2%-
HSV(B)73.2º49.02%40%-
XYZ9.6911.975.05-
YUV93.01104.86126.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=37.14%
G=41.63%
B=21.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102520.1100.490.673.232.4730.2
Hex5B6634B0313C49201e
Octal1331466413061741114036
Binary1011011110011011010010110110001111100100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,52); }

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

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

 a { background-color: rgb(91,102,52); }

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

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

 span { border-color: rgb(91,102,52); }

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