#528262

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

Shades of Como #528262

Tints of Como #528262

Color information

#528262 (or 0x528262) is unknown color: approx Como. HEX triplet: 52, 82 and 62. RGB value is (82,130,98). Sum of RGB (Red+Green+Blue) = 82+130+98=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #528262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528262 is #AD7D9D. Grayscale: #707070. Windows color (decimal): -11369886 or 6455890. OLE color: 6455890.

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

Color convert

RGB8213098-
CMYK0.3700.250.49
HSL140º22.64%41.57%-
HSV(B)140º36.92%50.98%-
XYZ13.6718.6414.43-
YUV112120.1106.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=26.45%
G=41.94%
B=31.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130980.3700.250.4914022.6441.57
Hex52826225019318c172a
Octal12220214245031612142752
Binary10100101000001011000101001010110011100011000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528262; }

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

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

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

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

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

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

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

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