#528E4C

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

Shades of Hippie Green #528E4C

Tints of Hippie Green #528E4C

Color information

#528E4C (or 0x528E4C) is unknown color: approx Hippie Green. HEX triplet: 52, 8E and 4C. RGB value is (82,142,76). Sum of RGB (Red+Green+Blue) = 82+142+76=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #528E4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E4C is #AD71B3. Grayscale: #747474. Windows color (decimal): -11366836 or 5017170. OLE color: 5017170.

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

Color convert

RGB8214276-
CMYK0.4200.460.44
HSL114.55º30.28%42.75%-
HSV(B)114.55º46.48%55.69%-
XYZ14.4621.6610.26-
YUV116.54105.12103.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 142 (55.86% from 255) = 47.33%
BLUE value IS 76 (30.08% from 255) = 25.33%
R=27.33%
G=47.33%
B=25.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142760.4200.460.44114.5530.2842.75
Hex528E4C2A02E2C731e2b
Octal12221611452056541633653
Binary10100101000111010011001010100101110101100111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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