#5B7329

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

Shades of Dark Olive Green #5B7329

Tints of Dark Olive Green #5B7329

Color information

#5B7329 (or 0x5B7329) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 73 and 29. RGB value is (91,115,41). Sum of RGB (Red+Green+Blue) = 91+115+41=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7329 is #A48CD6. Grayscale: #636363. Windows color (decimal): -10783959 or 2716507. OLE color: 2716507.

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

Color convert

RGB9111541-
CMYK0.2100.640.55
HSL79.46º47.44%30.59%-
HSV(B)79.46º64.35%45.1%-
XYZ10.8514.654.35-
YUV99.3995.05122.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=36.84%
G=46.56%
B=16.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91115410.2100.640.5579.4647.4430.59
Hex5B732915040374f2f1f
Octal13316351250100671175737
Binary101101111100111010011010101000000110111100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,115,41); }

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

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

 a { background-color: rgb(91,115,41); }

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

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

 span { border-color: rgb(91,115,41); }

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