Shades of Como #43885D
Tints of Como #43885D
RGB
CMYK
RGB Variations
Color information
#43885D (or 0x43885D) is known color: Como. HEX triplet: 43, 88 and 5D. RGB value is (67,136,93). Sum of RGB (Red+Green+Blue) = 67+136+93=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #43885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43885D is #BC77A2. Grayscale: #6E6E6E. Windows color (decimal): -12351395 or 6129731. OLE color: 6129731.
HSL color Cylindrical-coordinate representation of color #43885D: hue angle of 142.61º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43885D is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 93 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.47 |
| HSL | 142.61º | 0.34% | 0.4% | - |
| HSV(B) | 142.61º | 0.51% | 0.53% | - |
| XYZ | 13.09 | 19.59 | 13.45 | - |
| YUV | 110.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 93 | 0.51 | 0 | 0.32 | 0.47 | 142.61 | 0.34 | 0.4 |
| Hex | 43 | 88 | 5D | 33 | 0 | 20 | 2F | 8F | 22 | 28 |
| Octal | 103 | 210 | 135 | 63 | 0 | 40 | 57 | 217 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1011101 | 110011 | 0 | 100000 | 101111 | 10001111 | 100010 | 101000 |
Color Harmonies of #43885D
Complementary color
Monochromatic Colors of #43885D
Black with #43885D
Text Example
Text Example
White with #43885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43885D; }
p { color: rgb(67,136,93); }
H1.HeaderClassName
{
color: #43885D;
}
.AnyTagClassName
{
color: #43885D;
}
</style>
background-color css
<style>
a { background-color: #43885D; }
a { background-color: rgb(67,136,93); }
div.DivClassName
{
background-color: #43885D;
}
.BgClassName
{
background-color: #43885D;
}
</style>
border-color css
<style>
span { border-color: #43885D; }
span { border-color: rgb(67,136,93); }
td.TdClassName
{
border-color: #43885D;
}
.TagClassName
{
border-color: #43885D;
}
</style>