#528451

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

Shades of Hippie Green #528451

Tints of Hippie Green #528451

Color information

#528451 (or 0x528451) is unknown color: approx Hippie Green. HEX triplet: 52, 84 and 51. RGB value is (82,132,81). Sum of RGB (Red+Green+Blue) = 82+132+81=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #528451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528451 is #AD7BAE. Grayscale: #6F6F6F. Windows color (decimal): -11369391 or 5342290. OLE color: 5342290.

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

Color convert

RGB8213281-
CMYK0.3800.390.48
HSL118.82º23.94%41.76%-
HSV(B)118.82º38.64%51.76%-
XYZ13.2218.8910.73-
YUV111.24110.94107.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=27.80%
G=44.75%
B=27.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82132810.3800.390.48118.8223.9441.76
Hex528451260273077182a
Octal12220412146047601673052
Binary10100101000010010100011001100100111110000111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528451; }

 p { color: rgb(82,132,81); }

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

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

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

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

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

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

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