#548200

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

Shades of Olive Drab #548200

Tints of Olive Drab #548200

Color information

#548200 (or 0x548200) is unknown color: approx Olive Drab. HEX triplet: 54, 82 and 00. RGB value is (84,130,0). Sum of RGB (Red+Green+Blue) = 84+130+0=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #548200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548200 is #AB7DFF. Grayscale: #656565. Windows color (decimal): -11238912 or 33364. OLE color: 33364.

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

Color convert

RGB841300-
CMYK0.35010.49
HSL81.23º100%25.49%-
HSV(B)81.23º100%50.98%-
XYZ11.6417.852.83-
YUV101.4370.76115.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.25%
G=60.75%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8413000.35010.4981.2310025.49
Hex548202306431516419
Octal12420204301446112114431
Binary1010100100000100100011011001001100011010001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548200; }

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

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

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

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

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

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

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

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