Html Css Color HEX #529148 Hippie Green

📋 copy color: '#529148'

red 82 ◦ green 145 ◦ blue 72

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

Shades of Hippie Green #529148

Tints of Hippie Green #529148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 27.42%
G = 48.49%
B = 24.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#529148 (or 0x529148) is known color: Hippie Green. HEX triplet: 52, 91 and 48. RGB value is (82,145,72). Sum of RGB (Red+Green+Blue) = 82+145+72=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #529148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529148 is #AD6EB7. Grayscale: #767676. Windows color (decimal): -11366072 or 4755794. OLE color: 4755794.

HSL color Cylindrical-coordinate representation of color #529148: hue angle of 111.78º degrees, saturation: 0.34, 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 #529148 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 72 -
CMYK 0.43 0 0.50 0.43
HSL 111.78º 0.34% 0.43% -
HSV(B) 111.78º 0.5% 0.57% -
XYZ 14.77 22.51 9.7 -
YUV 117.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 82 145 72 0.43 0 0.50 0.43 111.78 0.34 0.43
Hex 52 91 48 2B 0 32 2B 70 22 2B
Octal 122 221 110 53 0 62 53 160 42 53
Binary 1010010 10010001 1001000 101011 0 110010 101011 1110000 100010 101011

Color Harmonies of #529148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529148

Black with #529148

Text Example


Text Example

White with #529148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529148; }

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

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

background-color css

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

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

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

border-color css

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

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

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