#528E4B

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

Shades of Hippie Green #528E4B

Tints of Hippie Green #528E4B

Color information

#528E4B (or 0x528E4B) is unknown color: approx Hippie Green. HEX triplet: 52, 8E and 4B. RGB value is (82,142,75). Sum of RGB (Red+Green+Blue) = 82+142+75=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #528E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E4B is #AD71B4. Grayscale: #747474. Windows color (decimal): -11366837 or 4951634. OLE color: 4951634.

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

Color convert

RGB8214275-
CMYK0.4200.470.44
HSL113.73º30.88%42.55%-
HSV(B)113.73º47.18%55.69%-
XYZ14.4221.6510.07-
YUV116.42104.62103.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=27.42%
G=47.49%
B=25.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142750.4200.470.44113.7330.8842.55
Hex528E4B2A02F2C721f2b
Octal12221611352057541623753
Binary10100101000111010010111010100101111101100111001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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