#528853

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

Shades of Hippie Green #528853

Tints of Hippie Green #528853

Color information

#528853 (or 0x528853) is unknown color: approx Hippie Green. HEX triplet: 52, 88 and 53. RGB value is (82,136,83). Sum of RGB (Red+Green+Blue) = 82+136+83=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #528853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528853 is #AD77AC. Grayscale: #717171. Windows color (decimal): -11368365 or 5474386. OLE color: 5474386.

HSL color Cylindrical-coordinate representation of color #528853: hue angle of 121.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528853 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB8213683-
CMYK0.4000.390.47
HSL121.11º24.77%42.75%-
HSV(B)121.11º39.71%53.33%-
XYZ13.8520.0311.32-
YUV113.81110.61105.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=27.24%
G=45.18%
B=27.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136830.4000.390.47121.1124.7742.75
Hex528853280272F79192b
Octal12221012350047571713153
Binary10100101000100010100111010000100111101111111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528853; }

 p { color: rgb(82,136,83); }

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

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

 a { background-color: rgb(82,136,83); }

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

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

 span { border-color: rgb(82,136,83); }

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