Html Css Color HEX #529249 Hippie Green

📋 copy color: '#529249'

red 82 ◦ green 146 ◦ blue 73

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

Shades of Hippie Green #529249

Tints of Hippie Green #529249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

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

R = 27.24%
G = 48.5%
B = 24.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#529249 (or 0x529249) is known color: Hippie Green. HEX triplet: 52, 92 and 49. RGB value is (82,146,73). Sum of RGB (Red+Green+Blue) = 82+146+73=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #529249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529249 is #AD6DB6. Grayscale: #767676. Windows color (decimal): -11365815 or 4821586. OLE color: 4821586.

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

Color convert

RGB 82 146 73 -
CMYK 0.44 0 0.5 0.43
HSL 112.6º 0.33% 0.43% -
HSV(B) 112.6º 0.5% 0.57% -
XYZ 14.96 22.83 9.92 -
YUV 118.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 82 146 73 0.44 0 0.5 0.43 112.6 0.33 0.43
Hex 52 92 49 2C 0 32 2B 71 21 2B
Octal 122 222 111 54 0 62 53 161 41 53
Binary 1010010 10010010 1001001 101100 0 110010 101011 1110001 100001 101011

Color Harmonies of #529249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529249

Black with #529249

Text Example


Text Example

White with #529249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529249; }

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

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

background-color css

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

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

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

border-color css

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

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

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