#528852

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

Shades of Hippie Green #528852

Tints of Hippie Green #528852

Color information

#528852 (or 0x528852) is unknown color: approx Hippie Green. HEX triplet: 52, 88 and 52. RGB value is (82,136,82). Sum of RGB (Red+Green+Blue) = 82+136+82=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #528852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528852 is #AD77AD. Grayscale: #717171. Windows color (decimal): -11368366 or 5408850. OLE color: 5408850.

HSL color Cylindrical-coordinate representation of color #528852: hue angle of 120º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528852 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB8213682-
CMYK0.4000.400.47
HSL120º24.77%42.75%-
HSV(B)120º39.71%53.33%-
XYZ13.8120.0111.12-
YUV113.7110.11105.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=27.33%
G=45.33%
B=27.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136820.4000.400.4712024.7742.75
Hex528852280282F78192b
Octal12221012250050571703153
Binary10100101000100010100101010000101000101111111100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528852; }

 p { color: rgb(82,136,82); }

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

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

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

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

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

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

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