#528963

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

Shades of Como #528963

Tints of Como #528963

Color information

#528963 (or 0x528963) is unknown color: approx Como. HEX triplet: 52, 89 and 63. RGB value is (82,137,99). Sum of RGB (Red+Green+Blue) = 82+137+99=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #528963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528963 is #AD769C. Grayscale: #747474. Windows color (decimal): -11368093 or 6523218. OLE color: 6523218.

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

Color convert

RGB8213799-
CMYK0.4000.280.46
HSL138.55º25.11%42.94%-
HSV(B)138.55º40.15%53.73%-
XYZ14.6820.5915-
YUV116.22118.28103.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=25.79%
G=43.08%
B=31.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137990.4000.280.46138.5525.1142.94
Hex5289632801C2E8b192b
Octal12221114350034562133153
Binary10100101000100111000111010000111001011101000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528963; }

 p { color: rgb(82,137,99); }

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

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

 a { background-color: rgb(82,137,99); }

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

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

 span { border-color: rgb(82,137,99); }

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