#548a00

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

Shades of Olive Drab #548A00

Tints of Olive Drab #548A00

Color information

#548A00 (or 0x548A00) is unknown color: approx Olive Drab. HEX triplet: 54, 8A and 00. RGB value is (84,138,0). Sum of RGB (Red+Green+Blue) = 84+138+0=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #548A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548A00 is #AB75FF. Grayscale: #6A6A6A. Windows color (decimal): -11236864 or 35412. OLE color: 35412.

HSL color Cylindrical-coordinate representation of color #548A00: hue angle of 83.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #548A00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB841380-
CMYK0.39010.46
HSL83.48º100%27.06%-
HSV(B)83.48º100%54.12%-
XYZ12.7420.063.2-
YUV106.1268.11112.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 138 (54.30% from 255) = 62.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.84%
G=62.16%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8413800.39010.4683.4810027.06
Hex548A0270642E53641b
Octal12421204701445612314433
Binary1010100100010100100111011001001011101010011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548a00; }

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

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

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

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

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

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

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

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