#5B7624

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

Shades of Dark Olive Green #5B7624

Tints of Dark Olive Green #5B7624

Color information

#5B7624 (or 0x5B7624) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 76 and 24. RGB value is (91,118,36). Sum of RGB (Red+Green+Blue) = 91+118+36=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7624 is #A489DB. Grayscale: #646464. Windows color (decimal): -10783196 or 2389595. OLE color: 2389595.

HSL color Cylindrical-coordinate representation of color #5B7624: hue angle of 79.76º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B7624 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB9111836-
CMYK0.2300.690.54
HSL79.76º53.25%30.2%-
HSV(B)79.76º69.49%46.27%-
XYZ11.1115.314.04-
YUV100.5891.55121.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=37.14%
G=48.16%
B=14.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91118360.2300.690.5479.7653.2530.2
Hex5B7624170453650351e
Octal13316644270105661206536
Binary101101111101101001001011101000101110110101000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,36); }

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

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

 a { background-color: rgb(91,118,36); }

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

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

 span { border-color: rgb(91,118,36); }

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