#528862

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

Shades of Como #528862

Tints of Como #528862

Color information

#528862 (or 0x528862) is unknown color: approx Como. HEX triplet: 52, 88 and 62. RGB value is (82,136,98). Sum of RGB (Red+Green+Blue) = 82+136+98=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #528862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528862 is #AD779D. Grayscale: #737373. Windows color (decimal): -11368350 or 6457426. OLE color: 6457426.

HSL color Cylindrical-coordinate representation of color #528862: hue angle of 137.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528862 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB8213698-
CMYK0.4000.280.47
HSL137.78º24.77%42.75%-
HSV(B)137.78º39.71%53.33%-
XYZ14.4920.2814.71-
YUV115.52118.11104.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=25.95%
G=43.04%
B=31.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136980.4000.280.47137.7824.7742.75
Hex5288622801C2F8a192b
Octal12221014250034572123153
Binary10100101000100011000101010000111001011111000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528862; }

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

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

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

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

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

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

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

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