#528550

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

Shades of Hippie Green #528550

Tints of Hippie Green #528550

Color information

#528550 (or 0x528550) is unknown color: approx Hippie Green. HEX triplet: 52, 85 and 50. RGB value is (82,133,80). Sum of RGB (Red+Green+Blue) = 82+133+80=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #528550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528550 is #AD7AAF. Grayscale: #6F6F6F. Windows color (decimal): -11369136 or 5277010. OLE color: 5277010.

HSL color Cylindrical-coordinate representation of color #528550: hue angle of 117.74º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528550 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB8213380-
CMYK0.3800.400.48
HSL117.74º24.88%41.76%-
HSV(B)117.74º39.85%52.16%-
XYZ13.3219.1510.58-
YUV111.71110.1106.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=27.80%
G=45.08%
B=27.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133800.3800.400.48117.7424.8841.76
Hex528550260283076192a
Octal12220512046050601663152
Binary10100101000010110100001001100101000110000111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528550; }

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

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

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

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

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

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

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

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