Shades of Como #456F52
Tints of Como #456F52
RGB
CMYK
RGB Variations
Color information
#456F52 (or 0x456F52) is known color: Como. HEX triplet: 45, 6F and 52. RGB value is (69,111,82). Sum of RGB (Red+Green+Blue) = 69+111+82=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #456F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F52 is #BA90AD. Grayscale: #5F5F5F. Windows color (decimal): -12226734 or 5402437. OLE color: 5402437.
HSL color Cylindrical-coordinate representation of color #456F52: hue angle of 138.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456F52 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 82 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.56 |
| HSL | 138.57º | 0.23% | 0.35% | - |
| HSV(B) | 138.57º | 0.38% | 0.44% | - |
| XYZ | 9.66 | 13.24 | 10.03 | - |
| YUV | 95.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 82 | 0.38 | 0 | 0.26 | 0.56 | 138.57 | 0.23 | 0.35 |
| Hex | 45 | 6F | 52 | 26 | 0 | 1A | 38 | 8B | 17 | 23 |
| Octal | 105 | 157 | 122 | 46 | 0 | 32 | 70 | 213 | 27 | 43 |
| Binary | 1000101 | 1101111 | 1010010 | 100110 | 0 | 11010 | 111000 | 10001011 | 10111 | 100011 |
Color Harmonies of #456F52
Complementary color
Monochromatic Colors of #456F52
Black with #456F52
Text Example
Text Example
White with #456F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F52; }
p { color: rgb(69,111,82); }
H1.HeaderClassName
{
color: #456F52;
}
.AnyTagClassName
{
color: #456F52;
}
</style>
background-color css
<style>
a { background-color: #456F52; }
a { background-color: rgb(69,111,82); }
div.DivClassName
{
background-color: #456F52;
}
.BgClassName
{
background-color: #456F52;
}
</style>
border-color css
<style>
span { border-color: #456F52; }
span { border-color: rgb(69,111,82); }
td.TdClassName
{
border-color: #456F52;
}
.TagClassName
{
border-color: #456F52;
}
</style>