Html Css Color HEX #529050 Hippie Green

📋 copy color: '#529050'

red 82 ◦ green 144 ◦ blue 80

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

Shades of Hippie Green #529050

Tints of Hippie Green #529050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 26.8%
G = 47.06%
B = 26.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#529050 (or 0x529050) is known color: Hippie Green. HEX triplet: 52, 90 and 50. RGB value is (82,144,80). Sum of RGB (Red+Green+Blue) = 82+144+80=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #529050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529050 is #AD6FAF. Grayscale: #767676. Windows color (decimal): -11366320 or 5279826. OLE color: 5279826.

HSL color Cylindrical-coordinate representation of color #529050: hue angle of 118.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529050 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 80 -
CMYK 0.43 0 0.44 0.44
HSL 118.13º 0.29% 0.44% -
HSV(B) 118.13º 0.44% 0.56% -
XYZ 14.9 22.32 11.11 -
YUV 118.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 82 144 80 0.43 0 0.44 0.44 118.13 0.29 0.44
Hex 52 90 50 2B 0 2C 2C 76 1D 2C
Octal 122 220 120 53 0 54 54 166 35 54
Binary 1010010 10010000 1010000 101011 0 101100 101100 1110110 11101 101100

Color Harmonies of #529050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529050

Black with #529050

Text Example


Text Example

White with #529050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529050; }

 p { color: rgb(82,144,80); }

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

background-color css

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

 a { background-color: rgb(82,144,80); }

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

border-color css

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

 span { border-color: rgb(82,144,80); }

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