#548504

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

Shades of Olive Drab #548504

Tints of Olive Drab #548504

Color information

#548504 (or 0x548504) is unknown color: approx Olive Drab. HEX triplet: 54, 85 and 04. RGB value is (84,133,4). Sum of RGB (Red+Green+Blue) = 84+133+4=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #548504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548504 is #AB7AFB. Grayscale: #686868. Windows color (decimal): -11238140 or 296276. OLE color: 296276.

HSL color Cylindrical-coordinate representation of color #548504: hue angle of 82.79º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #548504 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB841334-
CMYK0.3700.970.48
HSL82.79º94.16%26.86%-
HSV(B)82.79º96.99%52.16%-
XYZ12.0718.673.08-
YUV103.6471.77113.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 133 (52.34% from 255) = 60.18%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=38.01%
G=60.18%
B=1.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8413340.3700.970.4882.7994.1626.86
Hex548542506130535e1b
Octal12420544501416012313633
Binary101010010000101100100101011000011100001010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548504; }

 p { color: rgb(84,133,4); }

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

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

 a { background-color: rgb(84,133,4); }

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

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

 span { border-color: rgb(84,133,4); }

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