#548101

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

Shades of Olive Drab #548101

Tints of Olive Drab #548101

Color information

#548101 (or 0x548101) is unknown color: approx Olive Drab. HEX triplet: 54, 81 and 01. RGB value is (84,129,1). Sum of RGB (Red+Green+Blue) = 84+129+1=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #548101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548101 is #AB7EFE. Grayscale: #656565. Windows color (decimal): -11239167 or 98644. OLE color: 98644.

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

Color convert

RGB841291-
CMYK0.3500.990.49
HSL81.09º98.46%25.49%-
HSV(B)81.09º99.22%50.59%-
XYZ11.5117.592.82-
YUV100.9571.59115.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=39.25%
G=60.28%
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
Decimal8412910.3500.990.4981.0998.4625.49
Hex548112306331516219
Octal12420114301436112114231
Binary1010100100000011100011011000111100011010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548101; }

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

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

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

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

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

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

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

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