Html Css Color HEX #519148 Hippie Green

📋 copy color: '#519148'

red 81 ◦ green 145 ◦ blue 72

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

Shades of Hippie Green #519148

Tints of Hippie Green #519148

RGB

 RED value IS 81 (32.03% from 255) = 27.18%

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

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

R = 27.18%
G = 48.66%
B = 24.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#519148 (or 0x519148) is known color: Hippie Green. HEX triplet: 51, 91 and 48. RGB value is (81,145,72). Sum of RGB (Red+Green+Blue) = 81+145+72=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #519148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519148 is #AE6EB7. Grayscale: #757575. Windows color (decimal): -11431608 or 4755793. OLE color: 4755793.

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

Color convert

RGB 81 145 72 -
CMYK 0.44 0 0.50 0.43
HSL 112.6º 0.34% 0.43% -
HSV(B) 112.6º 0.5% 0.57% -
XYZ 14.69 22.47 9.69 -
YUV 117.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 81 145 72 0.44 0 0.50 0.43 112.6 0.34 0.43
Hex 51 91 48 2C 0 32 2B 71 22 2B
Octal 121 221 110 54 0 62 53 161 42 53
Binary 1010001 10010001 1001000 101100 0 110010 101011 1110001 100010 101011

Color Harmonies of #519148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519148

Black with #519148

Text Example


Text Example

White with #519148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519148; }

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

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

background-color css

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

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

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

border-color css

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

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

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