#5B7325

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

Shades of Dark Olive Green #5B7325

Tints of Dark Olive Green #5B7325

Color information

#5B7325 (or 0x5B7325) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 73 and 25. RGB value is (91,115,37). Sum of RGB (Red+Green+Blue) = 91+115+37=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7325 is #A48CDA. Grayscale: #636363. Windows color (decimal): -10783963 or 2454363. OLE color: 2454363.

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

Color convert

RGB9111537-
CMYK0.2100.680.55
HSL78.46º51.32%29.8%-
HSV(B)78.46º67.83%45.1%-
XYZ10.7814.624-
YUV98.9393.05122.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=37.45%
G=47.33%
B=15.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91115370.2100.680.5578.4651.3229.8
Hex5B732515044374e331e
Octal13316345250104671166336
Binary101101111100111001011010101000100110111100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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