Html Css Color HEX #548004 Olive Drab

📋 copy color: '#548004'

red 84 ◦ green 128 ◦ blue 4

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

Shades of Olive Drab #548004

Tints of Olive Drab #548004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.26%

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 38.89%
G = 59.26%
B = 1.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#548004 (or 0x548004) is known color: Olive Drab. HEX triplet: 54, 80 and 04. RGB value is (84,128,4). Sum of RGB (Red+Green+Blue) = 84+128+4=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #548004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548004 is #AB7FFB. Grayscale: #656565. Windows color (decimal): -11239420 or 294996. OLE color: 294996.

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

Color convert

RGB 84 128 4 -
CMYK 0.34 0 0.97 0.50
HSL 81.29º 0.94% 0.26% -
HSV(B) 81.29º 0.97% 0.5% -
XYZ 11.4 17.33 2.86 -
YUV 100.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 84 128 4 0.34 0 0.97 0.50 81.29 0.94 0.26
Hex 54 80 4 22 0 61 32 51 5E 1A
Octal 124 200 4 42 0 141 62 121 136 32
Binary 1010100 10000000 100 100010 0 1100001 110010 1010001 1011110 11010

Color Harmonies of #548004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548004

Black with #548004

Text Example


Text Example

White with #548004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548004; }

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

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

background-color css

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

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

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

border-color css

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

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

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