Shades of Como #43815A
Tints of Como #43815A
RGB
CMYK
RGB Variations
Color information
#43815A (or 0x43815A) is known color: Como. HEX triplet: 43, 81 and 5A. RGB value is (67,129,90). Sum of RGB (Red+Green+Blue) = 67+129+90=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #43815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43815A is #BC7EA5. Grayscale: #6A6A6A. Windows color (decimal): -12353190 or 5931331. OLE color: 5931331.
HSL color Cylindrical-coordinate representation of color #43815A: hue angle of 142.26º 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 #43815A is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 129 | 90 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.49 |
| HSL | 142.26º | 0.32% | 0.38% | - |
| HSV(B) | 142.26º | 0.48% | 0.51% | - |
| XYZ | 12.01 | 17.63 | 12.44 | - |
| YUV | 106.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 90 | 0.48 | 0 | 0.30 | 0.49 | 142.26 | 0.32 | 0.38 |
| Hex | 43 | 81 | 5A | 30 | 0 | 1E | 31 | 8E | 20 | 26 |
| Octal | 103 | 201 | 132 | 60 | 0 | 36 | 61 | 216 | 40 | 46 |
| Binary | 1000011 | 10000001 | 1011010 | 110000 | 0 | 11110 | 110001 | 10001110 | 100000 | 100110 |
Color Harmonies of #43815A
Complementary color
Monochromatic Colors of #43815A
Black with #43815A
Text Example
Text Example
White with #43815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43815A; }
p { color: rgb(67,129,90); }
H1.HeaderClassName
{
color: #43815A;
}
.AnyTagClassName
{
color: #43815A;
}
</style>
background-color css
<style>
a { background-color: #43815A; }
a { background-color: rgb(67,129,90); }
div.DivClassName
{
background-color: #43815A;
}
.BgClassName
{
background-color: #43815A;
}
</style>
border-color css
<style>
span { border-color: #43815A; }
span { border-color: rgb(67,129,90); }
td.TdClassName
{
border-color: #43815A;
}
.TagClassName
{
border-color: #43815A;
}
</style>