Shades of Como #43835B
Tints of Como #43835B
RGB
CMYK
RGB Variations
Color information
#43835B (or 0x43835B) is known color: Como. HEX triplet: 43, 83 and 5B. RGB value is (67,131,91). Sum of RGB (Red+Green+Blue) = 67+131+91=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #43835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43835B is #BC7CA4. Grayscale: #6B6B6B. Windows color (decimal): -12352677 or 5997379. OLE color: 5997379.
HSL color Cylindrical-coordinate representation of color #43835B: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43835B is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 91 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.49 |
| HSL | 142.5º | 0.32% | 0.39% | - |
| HSV(B) | 142.5º | 0.49% | 0.51% | - |
| XYZ | 12.32 | 18.18 | 12.76 | - |
| YUV | 107.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 91 | 0.49 | 0 | 0.31 | 0.49 | 142.5 | 0.32 | 0.39 |
| Hex | 43 | 83 | 5B | 31 | 0 | 1F | 31 | 8E | 20 | 27 |
| Octal | 103 | 203 | 133 | 61 | 0 | 37 | 61 | 216 | 40 | 47 |
| Binary | 1000011 | 10000011 | 1011011 | 110001 | 0 | 11111 | 110001 | 10001110 | 100000 | 100111 |
Color Harmonies of #43835B
Complementary color
Monochromatic Colors of #43835B
Black with #43835B
Text Example
Text Example
White with #43835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43835B; }
p { color: rgb(67,131,91); }
H1.HeaderClassName
{
color: #43835B;
}
.AnyTagClassName
{
color: #43835B;
}
</style>
background-color css
<style>
a { background-color: #43835B; }
a { background-color: rgb(67,131,91); }
div.DivClassName
{
background-color: #43835B;
}
.BgClassName
{
background-color: #43835B;
}
</style>
border-color css
<style>
span { border-color: #43835B; }
span { border-color: rgb(67,131,91); }
td.TdClassName
{
border-color: #43835B;
}
.TagClassName
{
border-color: #43835B;
}
</style>