#528C55

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

Shades of Hippie Green #528C55

Tints of Hippie Green #528C55

Color information

#528C55 (or 0x528C55) is unknown color: approx Hippie Green. HEX triplet: 52, 8C and 55. RGB value is (82,140,85). Sum of RGB (Red+Green+Blue) = 82+140+85=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #528C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C55 is #AD73AA. Grayscale: #747474. Windows color (decimal): -11367339 or 5606482. OLE color: 5606482.

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

Color convert

RGB8214085-
CMYK0.4100.390.45
HSL123.1º26.13%43.53%-
HSV(B)123.1º41.43%54.9%-
XYZ14.521.2111.92-
YUV116.39110.28103.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=26.71%
G=45.60%
B=27.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140850.4100.390.45123.126.1343.53
Hex528C55290272D7b1a2c
Octal12221412551047551733254
Binary10100101000110010101011010010100111101101111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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