#558701

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

Shades of Olive Drab #558701

Tints of Olive Drab #558701

Color information

#558701 (or 0x558701) is unknown color: approx Olive Drab. HEX triplet: 55, 87 and 01. RGB value is (85,135,1). Sum of RGB (Red+Green+Blue) = 85+135+1=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #558701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558701 is #AA78FE. Grayscale: #696969. Windows color (decimal): -11172095 or 100181. OLE color: 100181.

HSL color Cylindrical-coordinate representation of color #558701: hue angle of 82.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558701 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB851351-
CMYK0.3700.990.47
HSL82.39º98.53%26.67%-
HSV(B)82.39º99.26%52.94%-
XYZ12.4219.263.09-
YUV104.7769.44113.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 135 (53.12% from 255) = 61.09%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=38.46%
G=61.09%
B=0.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8513510.3700.990.4782.3998.5326.67
Hex55871250632F52631b
Octal12520714501435712214333
Binary1010101100001111100101011000111011111010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558701; }

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

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

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

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

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

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

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

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