Shades of Como #468256
Tints of Como #468256
RGB
CMYK
RGB Variations
Color information
#468256 (or 0x468256) is known color: Como. HEX triplet: 46, 82 and 56. RGB value is (70,130,86). Sum of RGB (Red+Green+Blue) = 70+130+86=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #468256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468256 is #B97DA9. Grayscale: #6B6B6B. Windows color (decimal): -12156330 or 5669446. OLE color: 5669446.
HSL color Cylindrical-coordinate representation of color #468256: hue angle of 136º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468256 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 86 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.49 |
| HSL | 136º | 0.3% | 0.39% | - |
| HSV(B) | 136º | 0.46% | 0.51% | - |
| XYZ | 12.19 | 17.94 | 11.62 | - |
| YUV | 107.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 86 | 0.46 | 0 | 0.34 | 0.49 | 136 | 0.3 | 0.39 |
| Hex | 46 | 82 | 56 | 2E | 0 | 22 | 31 | 88 | 1E | 27 |
| Octal | 106 | 202 | 126 | 56 | 0 | 42 | 61 | 210 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1010110 | 101110 | 0 | 100010 | 110001 | 10001000 | 11110 | 100111 |
Color Harmonies of #468256
Complementary color
Monochromatic Colors of #468256
Black with #468256
Text Example
Text Example
White with #468256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468256; }
p { color: rgb(70,130,86); }
H1.HeaderClassName
{
color: #468256;
}
.AnyTagClassName
{
color: #468256;
}
</style>
background-color css
<style>
a { background-color: #468256; }
a { background-color: rgb(70,130,86); }
div.DivClassName
{
background-color: #468256;
}
.BgClassName
{
background-color: #468256;
}
</style>
border-color css
<style>
span { border-color: #468256; }
span { border-color: rgb(70,130,86); }
td.TdClassName
{
border-color: #468256;
}
.TagClassName
{
border-color: #468256;
}
</style>