Shades of Bilbao #43751D
Tints of Bilbao #43751D
RGB
CMYK
RGB Variations
Color information
#43751D (or 0x43751D) is known color: Bilbao. HEX triplet: 43, 75 and 1D. RGB value is (67,117,29). Sum of RGB (Red+Green+Blue) = 67+117+29=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #43751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43751D is #BC8AE2. Grayscale: #5C5C5C. Windows color (decimal): -12356323 or 1930563. OLE color: 1930563.
HSL color Cylindrical-coordinate representation of color #43751D: hue angle of 94.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43751D is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 117 | 29 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.54 |
| HSL | 94.09º | 0.6% | 0.29% | - |
| HSV(B) | 94.09º | 0.75% | 0.46% | - |
| XYZ | 8.9 | 14 | 3.4 | - |
| YUV | 92.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 29 | 0.43 | 0 | 0.75 | 0.54 | 94.09 | 0.6 | 0.29 |
| Hex | 43 | 75 | 1D | 2B | 0 | 4B | 36 | 5E | 3C | 1D |
| Octal | 103 | 165 | 35 | 53 | 0 | 113 | 66 | 136 | 74 | 35 |
| Binary | 1000011 | 1110101 | 11101 | 101011 | 0 | 1001011 | 110110 | 1011110 | 111100 | 11101 |
Color Harmonies of #43751D
Complementary color
Monochromatic Colors of #43751D
Black with #43751D
Text Example
Text Example
White with #43751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43751D; }
p { color: rgb(67,117,29); }
H1.HeaderClassName
{
color: #43751D;
}
.AnyTagClassName
{
color: #43751D;
}
</style>
background-color css
<style>
a { background-color: #43751D; }
a { background-color: rgb(67,117,29); }
div.DivClassName
{
background-color: #43751D;
}
.BgClassName
{
background-color: #43751D;
}
</style>
border-color css
<style>
span { border-color: #43751D; }
span { border-color: rgb(67,117,29); }
td.TdClassName
{
border-color: #43751D;
}
.TagClassName
{
border-color: #43751D;
}
</style>