Html Css Color HEX #529147 Hippie Green

📋 copy color: '#529147'

red 82 ◦ green 145 ◦ blue 71

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

Shades of Hippie Green #529147

Tints of Hippie Green #529147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 27.52%
G = 48.66%
B = 23.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#529147 (or 0x529147) is known color: Hippie Green. HEX triplet: 52, 91 and 47. RGB value is (82,145,71). Sum of RGB (Red+Green+Blue) = 82+145+71=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #529147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529147 is #AD6EB8. Grayscale: #757575. Windows color (decimal): -11366073 or 4690258. OLE color: 4690258.

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

Color convert

RGB 82 145 71 -
CMYK 0.43 0 0.51 0.43
HSL 111.08º 0.34% 0.42% -
HSV(B) 111.08º 0.51% 0.57% -
XYZ 14.74 22.5 9.53 -
YUV 117.73 101.63 102.52 -
System Red Green Blue C M Y K H S L
Decimal 82 145 71 0.43 0 0.51 0.43 111.08 0.34 0.42
Hex 52 91 47 2B 0 33 2B 6F 22 2A
Octal 122 221 107 53 0 63 53 157 42 52
Binary 1010010 10010001 1000111 101011 0 110011 101011 1101111 100010 101010

Color Harmonies of #529147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529147

Black with #529147

Text Example


Text Example

White with #529147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529147; }

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

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

background-color css

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

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

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

border-color css

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

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

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