Html Css Color HEX #548502 Olive Drab

📋 copy color: '#548502'

red 84 ◦ green 133 ◦ blue 2

#548502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #548502

Tints of Olive Drab #548502

RGB

 RED value IS 84 (33.2% from 255) = 38.36%

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 38.36%
G = 60.73%
B = 0.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#548502 (or 0x548502) is known color: Olive Drab. HEX triplet: 54, 85 and 02. RGB value is (84,133,2). Sum of RGB (Red+Green+Blue) = 84+133+2=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #548502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548502 is #AB7AFD. Grayscale: #676767. Windows color (decimal): -11238142 or 165204. OLE color: 165204.

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

Color convert

RGB 84 133 2 -
CMYK 0.37 0 0.98 0.48
HSL 82.44º 0.97% 0.26% -
HSV(B) 82.44º 0.98% 0.52% -
XYZ 12.05 18.66 3.02 -
YUV 103.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 84 133 2 0.37 0 0.98 0.48 82.44 0.97 0.26
Hex 54 85 2 25 0 62 30 52 61 1A
Octal 124 205 2 45 0 142 60 122 141 32
Binary 1010100 10000101 10 100101 0 1100010 110000 1010010 1100001 11010

Color Harmonies of #548502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548502

Black with #548502

Text Example


Text Example

White with #548502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548502; }

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

 H1.HeaderClassName
 {
   color: #548502;
 }
 .AnyTagClassName
 {
   color: #548502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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