Shades of Como #43815D
Tints of Como #43815D
RGB
CMYK
RGB Variations
Color information
#43815D (or 0x43815D) is known color: Como. HEX triplet: 43, 81 and 5D. RGB value is (67,129,93). Sum of RGB (Red+Green+Blue) = 67+129+93=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #43815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43815D is #BC7EA2. Grayscale: #6A6A6A. Windows color (decimal): -12353187 or 6127939. OLE color: 6127939.
HSL color Cylindrical-coordinate representation of color #43815D: hue angle of 145.16º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43815D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 129 | 93 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.49 |
| HSL | 145.16º | 0.32% | 0.38% | - |
| HSV(B) | 145.16º | 0.48% | 0.51% | - |
| XYZ | 12.14 | 17.68 | 13.13 | - |
| YUV | 106.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 93 | 0.48 | 0 | 0.28 | 0.49 | 145.16 | 0.32 | 0.38 |
| Hex | 43 | 81 | 5D | 30 | 0 | 1C | 31 | 91 | 20 | 26 |
| Octal | 103 | 201 | 135 | 60 | 0 | 34 | 61 | 221 | 40 | 46 |
| Binary | 1000011 | 10000001 | 1011101 | 110000 | 0 | 11100 | 110001 | 10010001 | 100000 | 100110 |
Color Harmonies of #43815D
Complementary color
Monochromatic Colors of #43815D
Black with #43815D
Text Example
Text Example
White with #43815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43815D; }
p { color: rgb(67,129,93); }
H1.HeaderClassName
{
color: #43815D;
}
.AnyTagClassName
{
color: #43815D;
}
</style>
background-color css
<style>
a { background-color: #43815D; }
a { background-color: rgb(67,129,93); }
div.DivClassName
{
background-color: #43815D;
}
.BgClassName
{
background-color: #43815D;
}
</style>
border-color css
<style>
span { border-color: #43815D; }
span { border-color: rgb(67,129,93); }
td.TdClassName
{
border-color: #43815D;
}
.TagClassName
{
border-color: #43815D;
}
</style>