#5B742E

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

Shades of Dark Olive Green #5B742E

Tints of Dark Olive Green #5B742E

Color information

#5B742E (or 0x5B742E) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 74 and 2E. RGB value is (91,116,46). Sum of RGB (Red+Green+Blue) = 91+116+46=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #5B742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B742E is #A48BD1. Grayscale: #646464. Windows color (decimal): -10783698 or 3044443. OLE color: 3044443.

HSL color Cylindrical-coordinate representation of color #5B742E: hue angle of 81.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B742E is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB9111646-
CMYK0.2200.600.55
HSL81.43º43.21%31.76%-
HSV(B)81.43º60.34%45.49%-
XYZ11.0514.914.88-
YUV100.5497.22121.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=35.97%
G=45.85%
B=18.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116460.2200.600.5581.4343.2131.76
Hex5B742E1603C37512b20
Octal1331645626074671215340
Binary101101111101001011101011001111001101111010001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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