Shades of Como #528E64
Tints of Como #528E64
RGB
CMYK
RGB Variations
Color information
#528E64 (or 0x528E64) is known color: Como. HEX triplet: 52, 8E and 64. RGB value is (82,142,100). Sum of RGB (Red+Green+Blue) = 82+142+100=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #528E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E64 is #AD719B. Grayscale: #777777. Windows color (decimal): -11366812 or 6590034. OLE color: 6590034.
HSL color Cylindrical-coordinate representation of color #528E64: hue angle of 138º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E64 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 100 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.44 |
| HSL | 138º | 0.27% | 0.44% | - |
| HSV(B) | 138º | 0.42% | 0.56% | - |
| XYZ | 15.45 | 22.06 | 15.5 | - |
| YUV | 119.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 100 | 0.42 | 0 | 0.30 | 0.44 | 138 | 0.27 | 0.44 |
| Hex | 52 | 8E | 64 | 2A | 0 | 1E | 2C | 8A | 1B | 2C |
| Octal | 122 | 216 | 144 | 52 | 0 | 36 | 54 | 212 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1100100 | 101010 | 0 | 11110 | 101100 | 10001010 | 11011 | 101100 |
Color Harmonies of #528E64
Complementary color
Monochromatic Colors of #528E64
Black with #528E64
Text Example
Text Example
White with #528E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E64; }
p { color: rgb(82,142,100); }
H1.HeaderClassName
{
color: #528E64;
}
.AnyTagClassName
{
color: #528E64;
}
</style>
background-color css
<style>
a { background-color: #528E64; }
a { background-color: rgb(82,142,100); }
div.DivClassName
{
background-color: #528E64;
}
.BgClassName
{
background-color: #528E64;
}
</style>
border-color css
<style>
span { border-color: #528E64; }
span { border-color: rgb(82,142,100); }
td.TdClassName
{
border-color: #528E64;
}
.TagClassName
{
border-color: #528E64;
}
</style>