Html Css Color HEX #548304 Olive Drab

📋 copy color: '#548304'

red 84 ◦ green 131 ◦ blue 4

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

Shades of Olive Drab #548304

Tints of Olive Drab #548304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 38.36%
G = 59.82%
B = 1.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#548304 (or 0x548304) is known color: Olive Drab. HEX triplet: 54, 83 and 04. RGB value is (84,131,4). Sum of RGB (Red+Green+Blue) = 84+131+4=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #548304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548304 is #AB7CFB. Grayscale: #666666. Windows color (decimal): -11238652 or 295764. OLE color: 295764.

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

Color convert

RGB 84 131 4 -
CMYK 0.36 0 0.97 0.49
HSL 82.2º 0.94% 0.26% -
HSV(B) 82.2º 0.97% 0.51% -
XYZ 11.79 18.13 2.99 -
YUV 102.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 84 131 4 0.36 0 0.97 0.49 82.2 0.94 0.26
Hex 54 83 4 24 0 61 31 52 5E 1A
Octal 124 203 4 44 0 141 61 122 136 32
Binary 1010100 10000011 100 100100 0 1100001 110001 1010010 1011110 11010

Color Harmonies of #548304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548304

Black with #548304

Text Example


Text Example

White with #548304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548304; }

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

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

background-color css

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

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

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

border-color css

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

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

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