#5B742B

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

Shades of Dark Olive Green #5B742B

Tints of Dark Olive Green #5B742B

Color information

#5B742B (or 0x5B742B) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 74 and 2B. RGB value is (91,116,43). Sum of RGB (Red+Green+Blue) = 91+116+43=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #5B742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B742B is #A48BD4. Grayscale: #646464. Windows color (decimal): -10783701 or 2847835. OLE color: 2847835.

HSL color Cylindrical-coordinate representation of color #5B742B: hue angle of 80.55º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B742B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB9111643-
CMYK0.2200.630.55
HSL80.55º45.91%31.18%-
HSV(B)80.55º62.93%45.49%-
XYZ1114.894.58-
YUV100.295.72121.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=36.4%
G=46.4%
B=17.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116430.2200.630.5580.5545.9131.18
Hex5B742B1603F37512e1f
Octal1331645326077671215637
Binary10110111110100101011101100111111110111101000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,116,43); }

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

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

 a { background-color: rgb(91,116,43); }

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

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

 span { border-color: rgb(91,116,43); }

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