#528464

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

Shades of Como #528464

Tints of Como #528464

Color information

#528464 (or 0x528464) is unknown color: approx Como. HEX triplet: 52, 84 and 64. RGB value is (82,132,100). Sum of RGB (Red+Green+Blue) = 82+132+100=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #528464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528464 is #AD7B9B. Grayscale: #717171. Windows color (decimal): -11369372 or 6587474. OLE color: 6587474.

HSL color Cylindrical-coordinate representation of color #528464: hue angle of 141.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528464 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB82132100-
CMYK0.3800.240.48
HSL141.6º23.36%41.96%-
HSV(B)141.6º37.88%51.76%-
XYZ14.0319.2215.03-
YUV113.4120.44105.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=26.11%
G=42.04%
B=31.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321000.3800.240.48141.623.3641.96
Hex52846426018308e172a
Octal12220414446030602162752
Binary10100101000010011001001001100110001100001000111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528464; }

 p { color: rgb(82,132,100); }

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

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

 a { background-color: rgb(82,132,100); }

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

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

 span { border-color: rgb(82,132,100); }

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