#558200

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

Shades of Olive Drab #558200

Tints of Olive Drab #558200

Color information

#558200 (or 0x558200) is unknown color: approx Olive Drab. HEX triplet: 55, 82 and 00. RGB value is (85,130,0). Sum of RGB (Red+Green+Blue) = 85+130+0=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #558200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558200 is #AA7DFF. Grayscale: #666666. Windows color (decimal): -11173376 or 33365. OLE color: 33365.

HSL color Cylindrical-coordinate representation of color #558200: hue angle of 80.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #558200 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB851300-
CMYK0.35010.49
HSL80.77º100%25.49%-
HSV(B)80.77º100%50.98%-
XYZ11.7317.92.84-
YUV101.7270.59116.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 130 (51.17% from 255) = 60.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.53%
G=60.47%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8513000.35010.4980.7710025.49
Hex558202306431516419
Octal12520204301446112114431
Binary1010101100000100100011011001001100011010001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558200; }

 p { color: rgb(85,130,0); }

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

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

 a { background-color: rgb(85,130,0); }

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

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

 span { border-color: rgb(85,130,0); }

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