#5B8318

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

Shades of Olive Drab #5B8318

Tints of Olive Drab #5B8318

Color information

#5B8318 (or 0x5B8318) is unknown color: approx Olive Drab. HEX triplet: 5B, 83 and 18. RGB value is (91,131,24). Sum of RGB (Red+Green+Blue) = 91+131+24=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8318 is #A47CE7. Grayscale: #6B6B6B. Windows color (decimal): -10779880 or 1606491. OLE color: 1606491.

HSL color Cylindrical-coordinate representation of color #5B8318: hue angle of 82.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B8318 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB9113124-
CMYK0.3100.820.49
HSL82.43º69.03%30.39%-
HSV(B)82.43º81.68%51.37%-
XYZ12.618.523.78-
YUV106.8481.25116.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 131 (51.56% from 255) = 53.25%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=36.99%
G=53.25%
B=9.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91131240.3100.820.4982.4369.0330.39
Hex5B83181F0523152451e
Octal133203303701226112210536
Binary1011011100000111100011111010100101100011010010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,131,24); }

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

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

 a { background-color: rgb(91,131,24); }

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

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

 span { border-color: rgb(91,131,24); }

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