Html Css Color HEX #548450 Hippie Green

📋 copy color: '#548450'

red 84 ◦ green 132 ◦ blue 80

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

Shades of Hippie Green #548450

Tints of Hippie Green #548450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 28.38%
G = 44.59%
B = 27.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#548450 (or 0x548450) is known color: Hippie Green. HEX triplet: 54, 84 and 50. RGB value is (84,132,80). Sum of RGB (Red+Green+Blue) = 84+132+80=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #548450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548450 is #AB7BAF. Grayscale: #6F6F6F. Windows color (decimal): -11238320 or 5276756. OLE color: 5276756.

HSL color Cylindrical-coordinate representation of color #548450: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548450 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 80 -
CMYK 0.36 0 0.39 0.48
HSL 115.38º 0.25% 0.42% -
HSV(B) 115.38º 0.39% 0.52% -
XYZ 13.36 18.97 10.55 -
YUV 111.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 84 132 80 0.36 0 0.39 0.48 115.38 0.25 0.42
Hex 54 84 50 24 0 27 30 73 19 2A
Octal 124 204 120 44 0 47 60 163 31 52
Binary 1010100 10000100 1010000 100100 0 100111 110000 1110011 11001 101010

Color Harmonies of #548450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548450

Black with #548450

Text Example


Text Example

White with #548450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548450; }

 p { color: rgb(84,132,80); }

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

background-color css

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

 a { background-color: rgb(84,132,80); }

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

border-color css

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

 span { border-color: rgb(84,132,80); }

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