#5B7226

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

Shades of Dark Olive Green #5B7226

Tints of Dark Olive Green #5B7226

Color information

#5B7226 (or 0x5B7226) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 72 and 26. RGB value is (91,114,38). Sum of RGB (Red+Green+Blue) = 91+114+38=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7226 is #A48DD9. Grayscale: #626262. Windows color (decimal): -10784218 or 2519643. OLE color: 2519643.

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

Color convert

RGB9111438-
CMYK0.2000.670.55
HSL78.16º50%29.8%-
HSV(B)78.16º66.67%44.71%-
XYZ10.6814.44.05-
YUV98.4693.88122.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=37.45%
G=46.91%
B=15.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114380.2000.670.5578.165029.8
Hex5B722614043374e321e
Octal13316246240103671166236
Binary101101111100101001101010001000011110111100111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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