Html Css Color HEX #529248 Hippie Green

📋 copy color: '#529248'

red 82 ◦ green 146 ◦ blue 72

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

Shades of Hippie Green #529248

Tints of Hippie Green #529248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.67%

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

R = 27.33%
G = 48.67%
B = 24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#529248 (or 0x529248) is known color: Hippie Green. HEX triplet: 52, 92 and 48. RGB value is (82,146,72). Sum of RGB (Red+Green+Blue) = 82+146+72=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #529248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529248 is #AD6DB7. Grayscale: #767676. Windows color (decimal): -11365816 or 4756050. OLE color: 4756050.

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

Color convert

RGB 82 146 72 -
CMYK 0.44 0 0.51 0.43
HSL 111.89º 0.34% 0.43% -
HSV(B) 111.89º 0.51% 0.57% -
XYZ 14.93 22.82 9.75 -
YUV 118.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 82 146 72 0.44 0 0.51 0.43 111.89 0.34 0.43
Hex 52 92 48 2C 0 33 2B 70 22 2B
Octal 122 222 110 54 0 63 53 160 42 53
Binary 1010010 10010010 1001000 101100 0 110011 101011 1110000 100010 101011

Color Harmonies of #529248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529248

Black with #529248

Text Example


Text Example

White with #529248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529248; }

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

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

background-color css

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

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

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

border-color css

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

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

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