Html Css Color HEX #528D49 Hippie Green

📋 copy color: '#528D49'

red 82 ◦ green 141 ◦ blue 73

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

Shades of Hippie Green #528D49

Tints of Hippie Green #528D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.64%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 27.7%
G = 47.64%
B = 24.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#528D49 (or 0x528D49) is known color: Hippie Green. HEX triplet: 52, 8D and 49. RGB value is (82,141,73). Sum of RGB (Red+Green+Blue) = 82+141+73=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #528D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D49 is #AD72B6. Grayscale: #737373. Windows color (decimal): -11367095 or 4820306. OLE color: 4820306.

HSL color Cylindrical-coordinate representation of color #528D49: hue angle of 112.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528D49 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 73 -
CMYK 0.42 0 0.48 0.45
HSL 112.06º 0.32% 0.42% -
HSV(B) 112.06º 0.48% 0.55% -
XYZ 14.21 21.32 9.67 -
YUV 115.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 82 141 73 0.42 0 0.48 0.45 112.06 0.32 0.42
Hex 52 8D 49 2A 0 30 2D 70 20 2A
Octal 122 215 111 52 0 60 55 160 40 52
Binary 1010010 10001101 1001001 101010 0 110000 101101 1110000 100000 101010

Color Harmonies of #528D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D49

Black with #528D49

Text Example


Text Example

White with #528D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528D49; }

 p { color: rgb(82,141,73); }

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

background-color css

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

 a { background-color: rgb(82,141,73); }

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

border-color css

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

 span { border-color: rgb(82,141,73); }

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