#529448

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

Shades of Hippie Green #529448

Tints of Hippie Green #529448

Color information

#529448 (or 0x529448) is unknown color: approx Hippie Green. HEX triplet: 52, 94 and 48. RGB value is (82,148,72). Sum of RGB (Red+Green+Blue) = 82+148+72=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #529448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529448 is #AD6BB7. Grayscale: #777777. Windows color (decimal): -11365304 or 4756562. OLE color: 4756562.

HSL color Cylindrical-coordinate representation of color #529448: hue angle of 112.11º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #529448 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB8214872-
CMYK0.4500.510.42
HSL112.11º34.55%43.14%-
HSV(B)112.11º51.35%58.04%-
XYZ15.2423.449.85-
YUV119.6101.13101.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=27.15%
G=49.01%
B=23.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148720.4500.510.42112.1134.5543.14
Hex5294482D0332A70232b
Octal12222411055063521604353
Binary101001010010100100100010110101100111010101110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529448; }

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

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

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

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

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

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

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

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