Html Css Color HEX #529349 Hippie Green

📋 copy color: '#529349'

red 82 ◦ green 147 ◦ blue 73

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

Shades of Hippie Green #529349

Tints of Hippie Green #529349

RGB

 RED value IS 82 (32.42% from 255) = 27.15%

 GREEN value IS 147 (57.81% from 255) = 48.68%

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

R = 27.15%
G = 48.68%
B = 24.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#529349 (or 0x529349) is known color: Hippie Green. HEX triplet: 52, 93 and 49. RGB value is (82,147,73). Sum of RGB (Red+Green+Blue) = 82+147+73=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #529349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529349 is #AD6CB6. Grayscale: #777777. Windows color (decimal): -11365559 or 4821842. OLE color: 4821842.

HSL color Cylindrical-coordinate representation of color #529349: hue angle of 112.7º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529349 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 73 -
CMYK 0.44 0 0.50 0.42
HSL 112.7º 0.34% 0.43% -
HSV(B) 112.7º 0.5% 0.58% -
XYZ 15.12 23.14 9.97 -
YUV 119.13 101.97 101.52 -
System Red Green Blue C M Y K H S L
Decimal 82 147 73 0.44 0 0.50 0.42 112.7 0.34 0.43
Hex 52 93 49 2C 0 32 2A 71 22 2B
Octal 122 223 111 54 0 62 52 161 42 53
Binary 1010010 10010011 1001001 101100 0 110010 101010 1110001 100010 101011

Color Harmonies of #529349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529349

Black with #529349

Text Example


Text Example

White with #529349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529349; }

 p { color: rgb(82,147,73); }

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

background-color css

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

 a { background-color: rgb(82,147,73); }

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

border-color css

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

 span { border-color: rgb(82,147,73); }

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