#548005

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

Shades of Olive Drab #548005

Tints of Olive Drab #548005

Color information

#548005 (or 0x548005) is unknown color: approx Olive Drab. HEX triplet: 54, 80 and 05. RGB value is (84,128,5). Sum of RGB (Red+Green+Blue) = 84+128+5=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #548005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548005 is #AB7FFA. Grayscale: #656565. Windows color (decimal): -11239419 or 360532. OLE color: 360532.

HSL color Cylindrical-coordinate representation of color #548005: hue angle of 81.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #548005 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB841285-
CMYK0.3400.960.50
HSL81.46º92.48%26.08%-
HSV(B)81.46º96.09%50.2%-
XYZ11.417.332.89-
YUV100.8273.92116-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=38.71%
G=58.99%
B=2.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8412850.3400.960.5081.4692.4826.08
Hex548052206032515c1a
Octal12420054201406212113432
Binary101010010000000101100010011000001100101010001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548005; }

 p { color: rgb(84,128,5); }

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

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

 a { background-color: rgb(84,128,5); }

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

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

 span { border-color: rgb(84,128,5); }

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