#548601

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

Shades of Olive Drab #548601

Tints of Olive Drab #548601

Color information

#548601 (or 0x548601) is unknown color: approx Olive Drab. HEX triplet: 54, 86 and 01. RGB value is (84,134,1). Sum of RGB (Red+Green+Blue) = 84+134+1=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #548601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548601 is #AB79FE. Grayscale: #686868. Windows color (decimal): -11237887 or 99924. OLE color: 99924.

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

Color convert

RGB841341-
CMYK0.3700.990.47
HSL82.56º98.52%26.47%-
HSV(B)82.56º99.25%52.55%-
XYZ12.1918.943.04-
YUV103.8969.94113.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 134 (52.73% from 255) = 61.19%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=38.36%
G=61.19%
B=0.46%

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
Decimal8413410.3700.990.4782.5698.5226.47
Hex54861250632F53631a
Octal12420614501435712314332
Binary1010100100001101100101011000111011111010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548601; }

 p { color: rgb(84,134,1); }

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

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

 a { background-color: rgb(84,134,1); }

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

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

 span { border-color: rgb(84,134,1); }

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