Shades of Bilbao #43742D
Tints of Bilbao #43742D
RGB
CMYK
RGB Variations
Color information
#43742D (or 0x43742D) is known color: Bilbao. HEX triplet: 43, 74 and 2D. RGB value is (67,116,45). Sum of RGB (Red+Green+Blue) = 67+116+45=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #43742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43742D is #BC8BD2. Grayscale: #5D5D5D. Windows color (decimal): -12356563 or 2978883. OLE color: 2978883.
HSL color Cylindrical-coordinate representation of color #43742D: hue angle of 101.41º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43742D is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 45 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.55 |
| HSL | 101.41º | 0.44% | 0.32% | - |
| HSV(B) | 101.41º | 0.61% | 0.45% | - |
| XYZ | 9.03 | 13.87 | 4.68 | - |
| YUV | 93.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 45 | 0.42 | 0 | 0.61 | 0.55 | 101.41 | 0.44 | 0.32 |
| Hex | 43 | 74 | 2D | 2A | 0 | 3D | 37 | 65 | 2C | 20 |
| Octal | 103 | 164 | 55 | 52 | 0 | 75 | 67 | 145 | 54 | 40 |
| Binary | 1000011 | 1110100 | 101101 | 101010 | 0 | 111101 | 110111 | 1100101 | 101100 | 100000 |
Color Harmonies of #43742D
Complementary color
Monochromatic Colors of #43742D
Black with #43742D
Text Example
Text Example
White with #43742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43742D; }
p { color: rgb(67,116,45); }
H1.HeaderClassName
{
color: #43742D;
}
.AnyTagClassName
{
color: #43742D;
}
</style>
background-color css
<style>
a { background-color: #43742D; }
a { background-color: rgb(67,116,45); }
div.DivClassName
{
background-color: #43742D;
}
.BgClassName
{
background-color: #43742D;
}
</style>
border-color css
<style>
span { border-color: #43742D; }
span { border-color: rgb(67,116,45); }
td.TdClassName
{
border-color: #43742D;
}
.TagClassName
{
border-color: #43742D;
}
</style>