#558501

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

Shades of Olive Drab #558501

Tints of Olive Drab #558501

Color information

#558501 (or 0x558501) is unknown color: approx Olive Drab. HEX triplet: 55, 85 and 01. RGB value is (85,133,1). Sum of RGB (Red+Green+Blue) = 85+133+1=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #558501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558501 is #AA7AFE. Grayscale: #686868. Windows color (decimal): -11172607 or 99669. OLE color: 99669.

HSL color Cylindrical-coordinate representation of color #558501: hue angle of 81.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558501 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB851331-
CMYK0.3600.990.48
HSL81.82º98.51%26.27%-
HSV(B)81.82º99.25%52.16%-
XYZ12.1418.713-
YUV103.670.1114.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 133 (52.34% from 255) = 60.73%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=38.81%
G=60.73%
B=0.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8513310.3600.990.4881.8298.5126.27
Hex55851240633052631a
Octal12520514401436012214332
Binary1010101100001011100100011000111100001010010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558501; }

 p { color: rgb(85,133,1); }

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

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

 a { background-color: rgb(85,133,1); }

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

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

 span { border-color: rgb(85,133,1); }

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