Html Css Color HEX #548350 Hippie Green

📋 copy color: '#548350'

red 84 ◦ green 131 ◦ blue 80

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

Shades of Hippie Green #548350

Tints of Hippie Green #548350

RGB

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

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

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

R = 28.47%
G = 44.41%
B = 27.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#548350 (or 0x548350) is known color: Hippie Green. HEX triplet: 54, 83 and 50. RGB value is (84,131,80). Sum of RGB (Red+Green+Blue) = 84+131+80=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #548350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548350 is #AB7CAF. Grayscale: #6F6F6F. Windows color (decimal): -11238576 or 5276500. OLE color: 5276500.

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

Color convert

RGB 84 131 80 -
CMYK 0.36 0 0.39 0.49
HSL 115.29º 0.24% 0.41% -
HSV(B) 115.29º 0.39% 0.51% -
XYZ 13.22 18.7 10.5 -
YUV 111.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 84 131 80 0.36 0 0.39 0.49 115.29 0.24 0.41
Hex 54 83 50 24 0 27 31 73 18 29
Octal 124 203 120 44 0 47 61 163 30 51
Binary 1010100 10000011 1010000 100100 0 100111 110001 1110011 11000 101001

Color Harmonies of #548350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548350

Black with #548350

Text Example


Text Example

White with #548350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548350; }

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

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

background-color css

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

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

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

border-color css

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

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

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