Html Css Color HEX #548250 Hippie Green

📋 copy color: '#548250'

red 84 ◦ green 130 ◦ blue 80

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

Shades of Hippie Green #548250

Tints of Hippie Green #548250

RGB

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

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

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

R = 28.57%
G = 44.22%
B = 27.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#548250 (or 0x548250) is known color: Hippie Green. HEX triplet: 54, 82 and 50. RGB value is (84,130,80). Sum of RGB (Red+Green+Blue) = 84+130+80=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #548250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548250 is #AB7DAF. Grayscale: #6E6E6E. Windows color (decimal): -11238832 or 5276244. OLE color: 5276244.

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

Color convert

RGB 84 130 80 -
CMYK 0.35 0 0.38 0.49
HSL 115.2º 0.24% 0.41% -
HSV(B) 115.2º 0.38% 0.51% -
XYZ 13.09 18.43 10.46 -
YUV 110.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 84 130 80 0.35 0 0.38 0.49 115.2 0.24 0.41
Hex 54 82 50 23 0 26 31 73 18 29
Octal 124 202 120 43 0 46 61 163 30 51
Binary 1010100 10000010 1010000 100011 0 100110 110001 1110011 11000 101001

Color Harmonies of #548250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548250

Black with #548250

Text Example


Text Example

White with #548250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548250; }

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

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

background-color css

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

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

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

border-color css

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

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

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