Html Css Color HEX #548200 Olive Drab

📋 copy color: '#548200'

red 84 ◦ green 130 ◦ blue 0

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

Shades of Olive Drab #548200

Tints of Olive Drab #548200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.25%
G = 60.75%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#548200 (or 0x548200) is known color: Olive Drab. HEX triplet: 54, 82 and 00. RGB value is (84,130,0). Sum of RGB (Red+Green+Blue) = 84+130+0=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #548200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548200 is #AB7DFF. Grayscale: #656565. Windows color (decimal): -11238912 or 33364. OLE color: 33364.

HSL color Cylindrical-coordinate representation of color #548200: hue angle of 81.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #548200 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 130 0 -
CMYK 0.35 0 1 0.49
HSL 81.23º 1% 0.25% -
HSV(B) 81.23º 1% 0.51% -
XYZ 11.64 17.85 2.83 -
YUV 101.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 84 130 0 0.35 0 1 0.49 81.23 1 0.25
Hex 54 82 0 23 0 64 31 51 64 19
Octal 124 202 0 43 0 144 61 121 144 31
Binary 1010100 10000010 0 100011 0 1100100 110001 1010001 1100100 11001

Color Harmonies of #548200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548200

Black with #548200

Text Example


Text Example

White with #548200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548200; }

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

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

background-color css

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

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

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

border-color css

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

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

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