#528662

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

Shades of Como #528662

Tints of Como #528662

Color information

#528662 (or 0x528662) is unknown color: approx Como. HEX triplet: 52, 86 and 62. RGB value is (82,134,98). Sum of RGB (Red+Green+Blue) = 82+134+98=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #528662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528662 is #AD799D. Grayscale: #727272. Windows color (decimal): -11368862 or 6456914. OLE color: 6456914.

HSL color Cylindrical-coordinate representation of color #528662: hue angle of 138.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528662 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB8213498-
CMYK0.3900.270.47
HSL138.46º24.07%42.35%-
HSV(B)138.46º38.81%52.55%-
XYZ14.2119.7314.61-
YUV114.35118.77104.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=26.11%
G=42.68%
B=31.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134980.3900.270.47138.4624.0742.35
Hex5286622701B2F8a182a
Octal12220614247033572123052
Binary10100101000011011000101001110110111011111000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528662; }

 p { color: rgb(82,134,98); }

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

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

 a { background-color: rgb(82,134,98); }

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

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

 span { border-color: rgb(82,134,98); }

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