Shades of Bilbao #43741C
Tints of Bilbao #43741C
RGB
CMYK
RGB Variations
Color information
#43741C (or 0x43741C) is known color: Bilbao. HEX triplet: 43, 74 and 1C. RGB value is (67,116,28). Sum of RGB (Red+Green+Blue) = 67+116+28=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #43741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43741C is #BC8BE3. Grayscale: #5B5B5B. Windows color (decimal): -12356580 or 1864771. OLE color: 1864771.
HSL color Cylindrical-coordinate representation of color #43741C: hue angle of 93.41º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43741C is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 28 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.55 |
| HSL | 93.41º | 0.61% | 0.28% | - |
| HSV(B) | 93.41º | 0.76% | 0.45% | - |
| XYZ | 8.77 | 13.77 | 3.29 | - |
| YUV | 91.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 28 | 0.42 | 0 | 0.76 | 0.55 | 93.41 | 0.61 | 0.28 |
| Hex | 43 | 74 | 1C | 2A | 0 | 4C | 37 | 5D | 3D | 1C |
| Octal | 103 | 164 | 34 | 52 | 0 | 114 | 67 | 135 | 75 | 34 |
| Binary | 1000011 | 1110100 | 11100 | 101010 | 0 | 1001100 | 110111 | 1011101 | 111101 | 11100 |
Color Harmonies of #43741C
Complementary color
Monochromatic Colors of #43741C
Black with #43741C
Text Example
Text Example
White with #43741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43741C; }
p { color: rgb(67,116,28); }
H1.HeaderClassName
{
color: #43741C;
}
.AnyTagClassName
{
color: #43741C;
}
</style>
background-color css
<style>
a { background-color: #43741C; }
a { background-color: rgb(67,116,28); }
div.DivClassName
{
background-color: #43741C;
}
.BgClassName
{
background-color: #43741C;
}
</style>
border-color css
<style>
span { border-color: #43741C; }
span { border-color: rgb(67,116,28); }
td.TdClassName
{
border-color: #43741C;
}
.TagClassName
{
border-color: #43741C;
}
</style>