#528E55

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

Shades of Hippie Green #528E55

Tints of Hippie Green #528E55

Color information

#528E55 (or 0x528E55) is unknown color: approx Hippie Green. HEX triplet: 52, 8E and 55. RGB value is (82,142,85). Sum of RGB (Red+Green+Blue) = 82+142+85=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #528E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E55 is #AD71AA. Grayscale: #757575. Windows color (decimal): -11366827 or 5606994. OLE color: 5606994.

HSL color Cylindrical-coordinate representation of color #528E55: hue angle of 123º 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 #528E55 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB8214285-
CMYK0.4200.400.44
HSL123º26.79%43.92%-
HSV(B)123º42.25%55.69%-
XYZ14.7921.812.02-
YUV117.56109.62102.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=26.54%
G=45.95%
B=27.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142850.4200.400.4412326.7943.92
Hex528E552A0282C7b1b2c
Octal12221612552050541733354
Binary10100101000111010101011010100101000101100111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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