#548201

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

Shades of Olive Drab #548201

Tints of Olive Drab #548201

Color information

#548201 (or 0x548201) is unknown color: approx Olive Drab. HEX triplet: 54, 82 and 01. RGB value is (84,130,1). Sum of RGB (Red+Green+Blue) = 84+130+1=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #548201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548201 is #AB7DFE. Grayscale: #666666. Windows color (decimal): -11238911 or 98900. OLE color: 98900.

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

Color convert

RGB841301-
CMYK0.3500.990.49
HSL81.4º98.47%25.69%-
HSV(B)81.4º99.23%50.98%-
XYZ11.6417.852.86-
YUV101.5471.26115.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 130 (51.17% from 255) = 60.47%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=39.07%
G=60.47%
B=0.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8413010.3500.990.4981.498.4725.69
Hex54821230633151621a
Octal12420214301436112114232
Binary1010100100000101100011011000111100011010001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548201; }

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

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

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

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

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

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

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

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