#548209

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

Shades of Olive Drab #548209

Tints of Olive Drab #548209

Color information

#548209 (or 0x548209) is unknown color: approx Olive Drab. HEX triplet: 54, 82 and 09. RGB value is (84,130,9). Sum of RGB (Red+Green+Blue) = 84+130+9=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #548209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548209 is #AB7DF6. Grayscale: #666666. Windows color (decimal): -11238903 or 623188. OLE color: 623188.

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

Color convert

RGB841309-
CMYK0.3500.930.49
HSL82.81º87.05%27.25%-
HSV(B)82.81º93.08%50.98%-
XYZ11.6917.873.09-
YUV102.4575.26114.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=37.67%
G=58.30%
B=4.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8413090.3500.930.4982.8187.0527.25
Hex548292305D3153571b
Octal124202114301356112312733
Binary1010100100000101001100011010111011100011010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548209; }

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

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

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

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

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

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

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

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