#528250

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

Shades of Hippie Green #528250

Tints of Hippie Green #528250

Color information

#528250 (or 0x528250) is unknown color: approx Hippie Green. HEX triplet: 52, 82 and 50. RGB value is (82,130,80). Sum of RGB (Red+Green+Blue) = 82+130+80=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #528250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528250 is #AD7DAF. Grayscale: #6E6E6E. Windows color (decimal): -11369904 or 5276242. OLE color: 5276242.

HSL color Cylindrical-coordinate representation of color #528250: hue angle of 117.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528250 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB8213080-
CMYK0.3700.380.49
HSL117.6º23.81%41.18%-
HSV(B)117.6º38.46%50.98%-
XYZ12.9118.3410.45-
YUV109.95111.1108.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=28.08%
G=44.52%
B=27.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130800.3700.380.49117.623.8141.18
Hex5282502502631761829
Octal12220212045046611663051
Binary10100101000001010100001001010100110110001111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528250; }

 p { color: rgb(82,130,80); }

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

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

 a { background-color: rgb(82,130,80); }

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

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

 span { border-color: rgb(82,130,80); }

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