Shades of Como #428360
Tints of Como #428360
RGB
CMYK
RGB Variations
Color information
#428360 (or 0x428360) is known color: Como. HEX triplet: 42, 83 and 60. RGB value is (66,131,96). Sum of RGB (Red+Green+Blue) = 66+131+96=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #428360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428360 is #BD7C9F. Grayscale: #6B6B6B. Windows color (decimal): -12418208 or 6325058. OLE color: 6325058.
HSL color Cylindrical-coordinate representation of color #428360: hue angle of 147.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428360 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 131 | 96 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.49 |
| HSL | 147.69º | 0.33% | 0.39% | - |
| HSV(B) | 147.69º | 0.5% | 0.51% | - |
| XYZ | 12.47 | 18.24 | 13.93 | - |
| YUV | 107.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 96 | 0.50 | 0 | 0.27 | 0.49 | 147.69 | 0.33 | 0.39 |
| Hex | 42 | 83 | 60 | 32 | 0 | 1B | 31 | 94 | 21 | 27 |
| Octal | 102 | 203 | 140 | 62 | 0 | 33 | 61 | 224 | 41 | 47 |
| Binary | 1000010 | 10000011 | 1100000 | 110010 | 0 | 11011 | 110001 | 10010100 | 100001 | 100111 |
Color Harmonies of #428360
Complementary color
Monochromatic Colors of #428360
Black with #428360
Text Example
Text Example
White with #428360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428360; }
p { color: rgb(66,131,96); }
H1.HeaderClassName
{
color: #428360;
}
.AnyTagClassName
{
color: #428360;
}
</style>
background-color css
<style>
a { background-color: #428360; }
a { background-color: rgb(66,131,96); }
div.DivClassName
{
background-color: #428360;
}
.BgClassName
{
background-color: #428360;
}
</style>
border-color css
<style>
span { border-color: #428360; }
span { border-color: rgb(66,131,96); }
td.TdClassName
{
border-color: #428360;
}
.TagClassName
{
border-color: #428360;
}
</style>