#528350

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

Shades of Hippie Green #528350

Tints of Hippie Green #528350

Color information

#528350 (or 0x528350) is unknown color: approx Hippie Green. HEX triplet: 52, 83 and 50. RGB value is (82,131,80). Sum of RGB (Red+Green+Blue) = 82+131+80=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #528350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528350 is #AD7CAF. Grayscale: #6E6E6E. Windows color (decimal): -11369648 or 5276498. OLE color: 5276498.

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

Color convert

RGB8213180-
CMYK0.3700.390.49
HSL117.65º24.17%41.37%-
HSV(B)117.65º38.93%51.37%-
XYZ13.0418.6110.49-
YUV110.54110.77107.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=27.99%
G=44.71%
B=27.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131800.3700.390.49117.6524.1741.37
Hex5283502502731761829
Octal12220312045047611663051
Binary10100101000001110100001001010100111110001111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528350; }

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

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

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

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

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

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

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

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