Html Css Color HEX #548202 Olive Drab

📋 copy color: '#548202'

red 84 ◦ green 130 ◦ blue 2

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

Shades of Olive Drab #548202

Tints of Olive Drab #548202

RGB

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

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

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

R = 38.89%
G = 60.19%
B = 0.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#548202 (or 0x548202) is known color: Olive Drab. HEX triplet: 54, 82 and 02. RGB value is (84,130,2). Sum of RGB (Red+Green+Blue) = 84+130+2=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #548202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548202 is #AB7DFD. Grayscale: #666666. Windows color (decimal): -11238910 or 164436. OLE color: 164436.

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

Color convert

RGB 84 130 2 -
CMYK 0.35 0 0.98 0.49
HSL 81.56º 0.97% 0.26% -
HSV(B) 81.56º 0.98% 0.51% -
XYZ 11.65 17.85 2.89 -
YUV 101.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 84 130 2 0.35 0 0.98 0.49 81.56 0.97 0.26
Hex 54 82 2 23 0 62 31 52 61 1A
Octal 124 202 2 43 0 142 61 122 141 32
Binary 1010100 10000010 10 100011 0 1100010 110001 1010010 1100001 11010

Color Harmonies of #548202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548202

Black with #548202

Text Example


Text Example

White with #548202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548202; }

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

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

background-color css

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

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

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

border-color css

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

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

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