Html Css Color HEX #509148 Hippie Green

📋 copy color: '#509148'

red 80 ◦ green 145 ◦ blue 72

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

Shades of Hippie Green #509148

Tints of Hippie Green #509148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 26.94%
G = 48.82%
B = 24.24%

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

#509148 (or 0x509148) is known color: Hippie Green. HEX triplet: 50, 91 and 48. RGB value is (80,145,72). Sum of RGB (Red+Green+Blue) = 80+145+72=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #509148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509148 is #AF6EB7. Grayscale: #757575. Windows color (decimal): -11497144 or 4755792. OLE color: 4755792.

HSL color Cylindrical-coordinate representation of color #509148: hue angle of 113.42º degrees, saturation: 0.34, 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 #509148 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 72 -
CMYK 0.45 0 0.50 0.43
HSL 113.42º 0.34% 0.43% -
HSV(B) 113.42º 0.5% 0.57% -
XYZ 14.6 22.42 9.69 -
YUV 117.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 80 145 72 0.45 0 0.50 0.43 113.42 0.34 0.43
Hex 50 91 48 2D 0 32 2B 71 22 2B
Octal 120 221 110 55 0 62 53 161 42 53
Binary 1010000 10010001 1001000 101101 0 110010 101011 1110001 100010 101011

Color Harmonies of #509148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509148

Black with #509148

Text Example


Text Example

White with #509148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509148; }

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

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

background-color css

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

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

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

border-color css

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

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

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