Shades of Como #43865B
Tints of Como #43865B
RGB
CMYK
RGB Variations
Color information
#43865B (or 0x43865B) is known color: Como. HEX triplet: 43, 86 and 5B. RGB value is (67,134,91). Sum of RGB (Red+Green+Blue) = 67+134+91=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #43865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43865B is #BC79A4. Grayscale: #6D6D6D. Windows color (decimal): -12351909 or 5998147. OLE color: 5998147.
HSL color Cylindrical-coordinate representation of color #43865B: hue angle of 141.49º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43865B is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 134 | 91 | - |
| CMYK | 0.5 | 0 | 0.32 | 0.47 |
| HSL | 141.49º | 0.33% | 0.39% | - |
| HSV(B) | 141.49º | 0.5% | 0.53% | - |
| XYZ | 12.73 | 19 | 12.89 | - |
| YUV | 109.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 91 | 0.5 | 0 | 0.32 | 0.47 | 141.49 | 0.33 | 0.39 |
| Hex | 43 | 86 | 5B | 32 | 0 | 20 | 2F | 8D | 21 | 27 |
| Octal | 103 | 206 | 133 | 62 | 0 | 40 | 57 | 215 | 41 | 47 |
| Binary | 1000011 | 10000110 | 1011011 | 110010 | 0 | 100000 | 101111 | 10001101 | 100001 | 100111 |
Color Harmonies of #43865B
Complementary color
Monochromatic Colors of #43865B
Black with #43865B
Text Example
Text Example
White with #43865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43865B; }
p { color: rgb(67,134,91); }
H1.HeaderClassName
{
color: #43865B;
}
.AnyTagClassName
{
color: #43865B;
}
</style>
background-color css
<style>
a { background-color: #43865B; }
a { background-color: rgb(67,134,91); }
div.DivClassName
{
background-color: #43865B;
}
.BgClassName
{
background-color: #43865B;
}
</style>
border-color css
<style>
span { border-color: #43865B; }
span { border-color: rgb(67,134,91); }
td.TdClassName
{
border-color: #43865B;
}
.TagClassName
{
border-color: #43865B;
}
</style>