#528E53

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

Shades of Hippie Green #528E53

Tints of Hippie Green #528E53

Color information

#528E53 (or 0x528E53) is unknown color: approx Hippie Green. HEX triplet: 52, 8E and 53. RGB value is (82,142,83). Sum of RGB (Red+Green+Blue) = 82+142+83=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #528E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E53 is #AD71AC. Grayscale: #757575. Windows color (decimal): -11366829 or 5475922. OLE color: 5475922.

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

Color convert

RGB8214283-
CMYK0.4200.420.44
HSL121º26.79%43.92%-
HSV(B)121º42.25%55.69%-
XYZ14.7121.7611.61-
YUV117.33108.62102.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=26.71%
G=46.25%
B=27.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142830.4200.420.4412126.7943.92
Hex528E532A02A2C791b2c
Octal12221612352052541713354
Binary10100101000111010100111010100101010101100111100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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