#5B6C2A

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

Shades of Dark Olive Green #5B6C2A

Tints of Dark Olive Green #5B6C2A

Color information

#5B6C2A (or 0x5B6C2A) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 6C and 2A. RGB value is (91,108,42). Sum of RGB (Red+Green+Blue) = 91+108+42=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6C2A is #A493D5. Grayscale: #5F5F5F. Windows color (decimal): -10785750 or 2780251. OLE color: 2780251.

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

Color convert

RGB9110842-
CMYK0.1600.610.58
HSL75.45º44%29.41%-
HSV(B)75.45º61.11%42.35%-
XYZ10.0913.124.19-
YUV95.3997.87124.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=37.76%
G=44.81%
B=17.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91108420.1600.610.5875.454429.41
Hex5B6C2A1003D3A4b2c1d
Octal1331545220075721135435
Binary10110111101100101010100000111101111010100101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,42); }

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

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

 a { background-color: rgb(91,108,42); }

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

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

 span { border-color: rgb(91,108,42); }

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