Html Css Color HEX #509149 Hippie Green

📋 copy color: '#509149'

red 80 ◦ green 145 ◦ blue 73

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

Shades of Hippie Green #509149

Tints of Hippie Green #509149

RGB

 RED value IS 80 (31.64% from 255) = 26.85%

 GREEN value IS 145 (57.03% from 255) = 48.66%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 26.85%
G = 48.66%
B = 24.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#509149 (or 0x509149) is known color: Hippie Green. HEX triplet: 50, 91 and 49. RGB value is (80,145,73). Sum of RGB (Red+Green+Blue) = 80+145+73=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #509149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509149 is #AF6EB6. Grayscale: #757575. Windows color (decimal): -11497143 or 4821328. OLE color: 4821328.

HSL color Cylindrical-coordinate representation of color #509149: hue angle of 114.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509149 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 73 -
CMYK 0.45 0 0.50 0.43
HSL 114.17º 0.33% 0.43% -
HSV(B) 114.17º 0.5% 0.57% -
XYZ 14.64 22.44 9.86 -
YUV 117.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 80 145 73 0.45 0 0.50 0.43 114.17 0.33 0.43
Hex 50 91 49 2D 0 32 2B 72 21 2B
Octal 120 221 111 55 0 62 53 162 41 53
Binary 1010000 10010001 1001001 101101 0 110010 101011 1110010 100001 101011

Color Harmonies of #509149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509149

Black with #509149

Text Example


Text Example

White with #509149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509149; }

 p { color: rgb(80,145,73); }

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

background-color css

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

 a { background-color: rgb(80,145,73); }

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

border-color css

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

 span { border-color: rgb(80,145,73); }

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