Html Css Color HEX #529150 Hippie Green

📋 copy color: '#529150'

red 82 ◦ green 145 ◦ blue 80

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

Shades of Hippie Green #529150

Tints of Hippie Green #529150

RGB

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

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

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

R = 26.71%
G = 47.23%
B = 26.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#529150 (or 0x529150) is known color: Hippie Green. HEX triplet: 52, 91 and 50. RGB value is (82,145,80). Sum of RGB (Red+Green+Blue) = 82+145+80=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #529150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529150 is #AD6EAF. Grayscale: #767676. Windows color (decimal): -11366064 or 5280082. OLE color: 5280082.

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

Color convert

RGB 82 145 80 -
CMYK 0.43 0 0.45 0.43
HSL 118.15º 0.29% 0.44% -
HSV(B) 118.15º 0.45% 0.57% -
XYZ 15.05 22.62 11.16 -
YUV 118.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 82 145 80 0.43 0 0.45 0.43 118.15 0.29 0.44
Hex 52 91 50 2B 0 2D 2B 76 1D 2C
Octal 122 221 120 53 0 55 53 166 35 54
Binary 1010010 10010001 1010000 101011 0 101101 101011 1110110 11101 101100

Color Harmonies of #529150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529150

Black with #529150

Text Example


Text Example

White with #529150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529150; }

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

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

background-color css

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

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

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

border-color css

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

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

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