#528F50

Color #528F50 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #528F50

Tints of Hippie Green #528F50

Color information

#528F50 (or 0x528F50) is unknown color: approx Hippie Green. HEX triplet: 52, 8F and 50. RGB value is (82,143,80). Sum of RGB (Red+Green+Blue) = 82+143+80=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #528F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F50 is #AD70AF. Grayscale: #757575. Windows color (decimal): -11366576 or 5279570. OLE color: 5279570.

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

Color convert

RGB8214380-
CMYK0.4300.440.44
HSL118.1º28.25%43.73%-
HSV(B)118.1º44.06%56.08%-
XYZ14.7522.0211.06-
YUV117.58106.79102.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 143 (56.25% from 255) = 46.89%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=26.89%
G=46.89%
B=26.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82143800.4300.440.44118.128.2543.73
Hex528F502B02C2C761c2c
Octal12221712053054541663454
Binary10100101000111110100001010110101100101100111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #528F50;
 }
 .AnyTagClassName
 {
   color: #528F50;
 }
</style>
background-color css

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

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

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

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

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

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