Html Css Color HEX #529151 Hippie Green

📋 copy color: '#529151'

red 82 ◦ green 145 ◦ blue 81

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

Shades of Hippie Green #529151

Tints of Hippie Green #529151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 26.62%
G = 47.08%
B = 26.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#529151 (or 0x529151) is known color: Hippie Green. HEX triplet: 52, 91 and 51. RGB value is (82,145,81). Sum of RGB (Red+Green+Blue) = 82+145+81=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #529151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529151 is #AD6EAE. Grayscale: #777777. Windows color (decimal): -11366063 or 5345618. OLE color: 5345618.

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

Color convert

RGB 82 145 81 -
CMYK 0.43 0 0.44 0.43
HSL 119.06º 0.28% 0.44% -
HSV(B) 119.06º 0.44% 0.57% -
XYZ 15.09 22.64 11.36 -
YUV 118.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 82 145 81 0.43 0 0.44 0.43 119.06 0.28 0.44
Hex 52 91 51 2B 0 2C 2B 77 1C 2C
Octal 122 221 121 53 0 54 53 167 34 54
Binary 1010010 10010001 1010001 101011 0 101100 101011 1110111 11100 101100

Color Harmonies of #529151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529151

Black with #529151

Text Example


Text Example

White with #529151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529151; }

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

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

background-color css

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

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

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

border-color css

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

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

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