Shades of Como #43885C
Tints of Como #43885C
RGB
CMYK
RGB Variations
Color information
#43885C (or 0x43885C) is known color: Como. HEX triplet: 43, 88 and 5C. RGB value is (67,136,92). Sum of RGB (Red+Green+Blue) = 67+136+92=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #43885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43885C is #BC77A3. Grayscale: #6E6E6E. Windows color (decimal): -12351396 or 6064195. OLE color: 6064195.
HSL color Cylindrical-coordinate representation of color #43885C: hue angle of 141.74º 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 #43885C is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 92 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.47 |
| HSL | 141.74º | 0.34% | 0.4% | - |
| HSV(B) | 141.74º | 0.51% | 0.53% | - |
| XYZ | 13.05 | 19.57 | 13.22 | - |
| YUV | 110.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 92 | 0.51 | 0 | 0.32 | 0.47 | 141.74 | 0.34 | 0.4 |
| Hex | 43 | 88 | 5C | 33 | 0 | 20 | 2F | 8E | 22 | 28 |
| Octal | 103 | 210 | 134 | 63 | 0 | 40 | 57 | 216 | 42 | 50 |
| Binary | 1000011 | 10001000 | 1011100 | 110011 | 0 | 100000 | 101111 | 10001110 | 100010 | 101000 |
Color Harmonies of #43885C
Complementary color
Monochromatic Colors of #43885C
Black with #43885C
Text Example
Text Example
White with #43885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43885C; }
p { color: rgb(67,136,92); }
H1.HeaderClassName
{
color: #43885C;
}
.AnyTagClassName
{
color: #43885C;
}
</style>
background-color css
<style>
a { background-color: #43885C; }
a { background-color: rgb(67,136,92); }
div.DivClassName
{
background-color: #43885C;
}
.BgClassName
{
background-color: #43885C;
}
</style>
border-color css
<style>
span { border-color: #43885C; }
span { border-color: rgb(67,136,92); }
td.TdClassName
{
border-color: #43885C;
}
.TagClassName
{
border-color: #43885C;
}
</style>