#528951

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

Shades of Hippie Green #528951

Tints of Hippie Green #528951

Color information

#528951 (or 0x528951) is unknown color: approx Hippie Green. HEX triplet: 52, 89 and 51. RGB value is (82,137,81). Sum of RGB (Red+Green+Blue) = 82+137+81=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #528951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528951 is #AD76AE. Grayscale: #727272. Windows color (decimal): -11368111 or 5343570. OLE color: 5343570.

HSL color Cylindrical-coordinate representation of color #528951: hue angle of 118.93º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528951 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB8213781-
CMYK0.4000.410.46
HSL118.93º25.69%42.75%-
HSV(B)118.93º40.88%53.73%-
XYZ13.9120.2810.97-
YUV114.17109.28105.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 81 (32.03% from 255) = 27%
R=27.33%
G=45.67%
B=27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137810.4000.410.46118.9325.6942.75
Hex528951280292E771a2b
Octal12221112150051561673253
Binary10100101000100110100011010000101001101110111011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528951; }

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

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

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

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

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

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

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

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