#528e48

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

Shades of Hippie Green #528E48

Tints of Hippie Green #528E48

Color information

#528E48 (or 0x528E48) is unknown color: approx Hippie Green. HEX triplet: 52, 8E and 48. RGB value is (82,142,72). Sum of RGB (Red+Green+Blue) = 82+142+72=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #528E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E48 is #AD71B7. Grayscale: #747474. Windows color (decimal): -11366840 or 4755026. OLE color: 4755026.

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

Color convert

RGB8214272-
CMYK0.4200.490.44
HSL111.43º32.71%41.96%-
HSV(B)111.43º49.3%55.69%-
XYZ14.3221.619.55-
YUV116.08103.12103.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=27.70%
G=47.97%
B=24.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142720.4200.490.44111.4332.7141.96
Hex528E482A0312C6f212a
Octal12221611052061541574152
Binary101001010001110100100010101001100011011001101111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528e48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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