Shades of Como #468255
Tints of Como #468255
RGB
CMYK
RGB Variations
Color information
#468255 (or 0x468255) is known color: Como. HEX triplet: 46, 82 and 55. RGB value is (70,130,85). Sum of RGB (Red+Green+Blue) = 70+130+85=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #468255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468255 is #B97DAA. Grayscale: #6B6B6B. Windows color (decimal): -12156331 or 5603910. OLE color: 5603910.
HSL color Cylindrical-coordinate representation of color #468255: hue angle of 135º 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 #468255 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 85 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.49 |
| HSL | 135º | 0.3% | 0.39% | - |
| HSV(B) | 135º | 0.46% | 0.51% | - |
| XYZ | 12.15 | 17.92 | 11.41 | - |
| YUV | 106.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 85 | 0.46 | 0 | 0.35 | 0.49 | 135 | 0.3 | 0.39 |
| Hex | 46 | 82 | 55 | 2E | 0 | 23 | 31 | 87 | 1E | 27 |
| Octal | 106 | 202 | 125 | 56 | 0 | 43 | 61 | 207 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1010101 | 101110 | 0 | 100011 | 110001 | 10000111 | 11110 | 100111 |
Color Harmonies of #468255
Complementary color
Monochromatic Colors of #468255
Black with #468255
Text Example
Text Example
White with #468255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468255; }
p { color: rgb(70,130,85); }
H1.HeaderClassName
{
color: #468255;
}
.AnyTagClassName
{
color: #468255;
}
</style>
background-color css
<style>
a { background-color: #468255; }
a { background-color: rgb(70,130,85); }
div.DivClassName
{
background-color: #468255;
}
.BgClassName
{
background-color: #468255;
}
</style>
border-color css
<style>
span { border-color: #468255; }
span { border-color: rgb(70,130,85); }
td.TdClassName
{
border-color: #468255;
}
.TagClassName
{
border-color: #468255;
}
</style>