Shades of Como #43785F
Tints of Como #43785F
RGB
CMYK
RGB Variations
Color information
#43785F (or 0x43785F) is known color: Como. HEX triplet: 43, 78 and 5F. RGB value is (67,120,95). Sum of RGB (Red+Green+Blue) = 67+120+95=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #43785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43785F is #BC87A0. Grayscale: #656565. Windows color (decimal): -12355489 or 6256707. OLE color: 6256707.
HSL color Cylindrical-coordinate representation of color #43785F: hue angle of 151.7º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43785F is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 120 | 95 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.53 |
| HSL | 151.7º | 0.28% | 0.37% | - |
| HSV(B) | 151.7º | 0.44% | 0.47% | - |
| XYZ | 11.1 | 15.45 | 13.22 | - |
| YUV | 101.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 95 | 0.44 | 0 | 0.21 | 0.53 | 151.7 | 0.28 | 0.37 |
| Hex | 43 | 78 | 5F | 2C | 0 | 15 | 35 | 98 | 1C | 25 |
| Octal | 103 | 170 | 137 | 54 | 0 | 25 | 65 | 230 | 34 | 45 |
| Binary | 1000011 | 1111000 | 1011111 | 101100 | 0 | 10101 | 110101 | 10011000 | 11100 | 100101 |
Color Harmonies of #43785F
Complementary color
Monochromatic Colors of #43785F
Black with #43785F
Text Example
Text Example
White with #43785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43785F; }
p { color: rgb(67,120,95); }
H1.HeaderClassName
{
color: #43785F;
}
.AnyTagClassName
{
color: #43785F;
}
</style>
background-color css
<style>
a { background-color: #43785F; }
a { background-color: rgb(67,120,95); }
div.DivClassName
{
background-color: #43785F;
}
.BgClassName
{
background-color: #43785F;
}
</style>
border-color css
<style>
span { border-color: #43785F; }
span { border-color: rgb(67,120,95); }
td.TdClassName
{
border-color: #43785F;
}
.TagClassName
{
border-color: #43785F;
}
</style>