#5B6732

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

Shades of Dark Olive Green #5B6732

Tints of Dark Olive Green #5B6732

Color information

#5B6732 (or 0x5B6732) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 67 and 32. RGB value is (91,103,50). Sum of RGB (Red+Green+Blue) = 91+103+50=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6732 is #A498CD. Grayscale: #5D5D5D. Windows color (decimal): -10787022 or 3303259. OLE color: 3303259.

HSL color Cylindrical-coordinate representation of color #5B6732: hue angle of 73.58º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6732 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB9110350-
CMYK0.1200.510.60
HSL73.58º34.64%30%-
HSV(B)73.58º51.46%40.39%-
XYZ9.7412.154.85-
YUV93.37103.52126.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.30%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=37.30%
G=42.21%
B=20.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91103500.1200.510.6073.5834.6430
Hex5B6732C0333C4a231e
Octal1331476214063741124336
Binary1011011110011111001011000110011111100100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,103,50); }

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

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

 a { background-color: rgb(91,103,50); }

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

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

 span { border-color: rgb(91,103,50); }

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