#58800B

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

Shades of Olive Drab #58800B

Tints of Olive Drab #58800B

Color information

#58800B (or 0x58800B) is unknown color: approx Olive Drab. HEX triplet: 58, 80 and 0B. RGB value is (88,128,11). Sum of RGB (Red+Green+Blue) = 88+128+11=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #58800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58800B is #A77FF4. Grayscale: #676767. Windows color (decimal): -10977269 or 753752. OLE color: 753752.

HSL color Cylindrical-coordinate representation of color #58800B: hue angle of 80.51º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58800B is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB8812811-
CMYK0.3100.910.50
HSL80.51º84.17%27.25%-
HSV(B)80.51º91.41%50.2%-
XYZ11.817.543.08-
YUV102.776.25117.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=38.77%
G=56.39%
B=4.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88128110.3100.910.5080.5184.1727.25
Hex5880B1F05B3251541b
Octal130200133701336212112433
Binary101100010000000101111111010110111100101010001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58800B; }

 p { color: rgb(88,128,11); }

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

<style>
 a { background-color: #58800B; }

 a { background-color: rgb(88,128,11); }

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

<style>
 span { border-color: #58800B; }

 span { border-color: rgb(88,128,11); }

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