#548602

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

Shades of Olive Drab #548602

Tints of Olive Drab #548602

Color information

#548602 (or 0x548602) is unknown color: approx Olive Drab. HEX triplet: 54, 86 and 02. RGB value is (84,134,2). Sum of RGB (Red+Green+Blue) = 84+134+2=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #548602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548602 is #AB79FD. Grayscale: #686868. Windows color (decimal): -11237886 or 165460. OLE color: 165460.

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

Color convert

RGB841342-
CMYK0.3700.990.47
HSL82.73º97.06%26.67%-
HSV(B)82.73º98.51%52.55%-
XYZ12.1918.943.07-
YUV10470.44113.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 134 (52.73% from 255) = 60.91%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=38.18%
G=60.91%
B=0.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8413420.3700.990.4782.7397.0626.67
Hex54862250632F53611b
Octal12420624501435712314133
Binary10101001000011010100101011000111011111010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548602; }

 p { color: rgb(84,134,2); }

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

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

 a { background-color: rgb(84,134,2); }

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

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

 span { border-color: rgb(84,134,2); }

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