Shades of Como #528D64
Tints of Como #528D64
RGB
CMYK
RGB Variations
Color information
#528D64 (or 0x528D64) is known color: Como. HEX triplet: 52, 8D and 64. RGB value is (82,141,100). Sum of RGB (Red+Green+Blue) = 82+141+100=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #528D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D64 is #AD729B. Grayscale: #767676. Windows color (decimal): -11367068 or 6589778. OLE color: 6589778.
HSL color Cylindrical-coordinate representation of color #528D64: hue angle of 138.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D64 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 100 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.45 |
| HSL | 138.31º | 0.26% | 0.44% | - |
| HSV(B) | 138.31º | 0.42% | 0.55% | - |
| XYZ | 15.3 | 21.76 | 15.45 | - |
| YUV | 118.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 100 | 0.42 | 0 | 0.29 | 0.45 | 138.31 | 0.26 | 0.44 |
| Hex | 52 | 8D | 64 | 2A | 0 | 1D | 2D | 8A | 1A | 2C |
| Octal | 122 | 215 | 144 | 52 | 0 | 35 | 55 | 212 | 32 | 54 |
| Binary | 1010010 | 10001101 | 1100100 | 101010 | 0 | 11101 | 101101 | 10001010 | 11010 | 101100 |
Color Harmonies of #528D64
Complementary color
Monochromatic Colors of #528D64
Black with #528D64
Text Example
Text Example
White with #528D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D64; }
p { color: rgb(82,141,100); }
H1.HeaderClassName
{
color: #528D64;
}
.AnyTagClassName
{
color: #528D64;
}
</style>
background-color css
<style>
a { background-color: #528D64; }
a { background-color: rgb(82,141,100); }
div.DivClassName
{
background-color: #528D64;
}
.BgClassName
{
background-color: #528D64;
}
</style>
border-color css
<style>
span { border-color: #528D64; }
span { border-color: rgb(82,141,100); }
td.TdClassName
{
border-color: #528D64;
}
.TagClassName
{
border-color: #528D64;
}
</style>