Html Css Color HEX #528550 Hippie Green

📋 copy color: '#528550'

red 82 ◦ green 133 ◦ blue 80

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

Shades of Hippie Green #528550

Tints of Hippie Green #528550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 27.8%
G = 45.08%
B = 27.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#528550 (or 0x528550) is known color: Hippie Green. HEX triplet: 52, 85 and 50. RGB value is (82,133,80). Sum of RGB (Red+Green+Blue) = 82+133+80=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #528550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528550 is #AD7AAF. Grayscale: #6F6F6F. Windows color (decimal): -11369136 or 5277010. OLE color: 5277010.

HSL color Cylindrical-coordinate representation of color #528550: hue angle of 117.74º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528550 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 80 -
CMYK 0.38 0 0.40 0.48
HSL 117.74º 0.25% 0.42% -
HSV(B) 117.74º 0.4% 0.52% -
XYZ 13.32 19.15 10.58 -
YUV 111.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 82 133 80 0.38 0 0.40 0.48 117.74 0.25 0.42
Hex 52 85 50 26 0 28 30 76 19 2A
Octal 122 205 120 46 0 50 60 166 31 52
Binary 1010010 10000101 1010000 100110 0 101000 110000 1110110 11001 101010

Color Harmonies of #528550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528550

Black with #528550

Text Example


Text Example

White with #528550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528550; }

 p { color: rgb(82,133,80); }

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

background-color css

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

 a { background-color: rgb(82,133,80); }

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

border-color css

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

 span { border-color: rgb(82,133,80); }

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