#5B7526

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

Shades of Dark Olive Green #5B7526

Tints of Dark Olive Green #5B7526

Color information

#5B7526 (or 0x5B7526) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 75 and 26. RGB value is (91,117,38). Sum of RGB (Red+Green+Blue) = 91+117+38=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7526 is #A48AD9. Grayscale: #646464. Windows color (decimal): -10783450 or 2520411. OLE color: 2520411.

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

Color convert

RGB9111738-
CMYK0.2200.680.54
HSL79.75º50.97%30.39%-
HSV(B)79.75º67.52%45.88%-
XYZ11.0315.094.16-
YUV100.2292.89121.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=36.99%
G=47.56%
B=15.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91117380.2200.680.5479.7550.9730.39
Hex5B7526160443650331e
Octal13316546260104661206336
Binary101101111101011001101011001000100110110101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,38); }

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

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

 a { background-color: rgb(91,117,38); }

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

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

 span { border-color: rgb(91,117,38); }

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