#5B6A2C

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

Shades of Dark Olive Green #5B6A2C

Tints of Dark Olive Green #5B6A2C

Color information

#5B6A2C (or 0x5B6A2C) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 6A and 2C. RGB value is (91,106,44). Sum of RGB (Red+Green+Blue) = 91+106+44=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6A2C is #A495D3. Grayscale: #5E5E5E. Windows color (decimal): -10786260 or 2910811. OLE color: 2910811.

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

Color convert

RGB9110644-
CMYK0.1400.580.58
HSL74.52º41.33%29.41%-
HSV(B)74.52º58.49%41.57%-
XYZ9.9212.714.31-
YUV94.4599.53125.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=37.76%
G=43.98%
B=18.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91106440.1400.580.5874.5241.3329.41
Hex5B6A2CE03A3A4b291d
Octal1331525416072721135135
Binary1011011110101010110011100111010111010100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,44); }

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

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

 a { background-color: rgb(91,106,44); }

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

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

 span { border-color: rgb(91,106,44); }

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