#528D53

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

Shades of Hippie Green #528D53

Tints of Hippie Green #528D53

Color information

#528D53 (or 0x528D53) is unknown color: approx Hippie Green. HEX triplet: 52, 8D and 53. RGB value is (82,141,83). Sum of RGB (Red+Green+Blue) = 82+141+83=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #528D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D53 is #AD72AC. Grayscale: #747474. Windows color (decimal): -11367085 or 5475666. OLE color: 5475666.

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

Color convert

RGB8214183-
CMYK0.4200.410.45
HSL121.02º26.46%43.73%-
HSV(B)121.02º41.84%55.29%-
XYZ14.5721.4711.56-
YUV116.75108.95103.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=26.80%
G=46.08%
B=27.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141830.4200.410.45121.0226.4643.73
Hex528D532A0292D791a2c
Octal12221512352051551713254
Binary10100101000110110100111010100101001101101111100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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