Shades of Bilbao #43761C
Tints of Bilbao #43761C
RGB
CMYK
RGB Variations
Color information
#43761C (or 0x43761C) is known color: Bilbao. HEX triplet: 43, 76 and 1C. RGB value is (67,118,28). Sum of RGB (Red+Green+Blue) = 67+118+28=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #43761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43761C is #BC89E3. Grayscale: #5C5C5C. Windows color (decimal): -12356068 or 1865283. OLE color: 1865283.
HSL color Cylindrical-coordinate representation of color #43761C: hue angle of 94º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43761C is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 118 | 28 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.54 |
| HSL | 94º | 0.62% | 0.29% | - |
| HSV(B) | 94º | 0.76% | 0.46% | - |
| XYZ | 9 | 14.23 | 3.37 | - |
| YUV | 92.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 118 | 28 | 0.43 | 0 | 0.76 | 0.54 | 94 | 0.62 | 0.29 |
| Hex | 43 | 76 | 1C | 2B | 0 | 4C | 36 | 5E | 3E | 1D |
| Octal | 103 | 166 | 34 | 53 | 0 | 114 | 66 | 136 | 76 | 35 |
| Binary | 1000011 | 1110110 | 11100 | 101011 | 0 | 1001100 | 110110 | 1011110 | 111110 | 11101 |
Color Harmonies of #43761C
Complementary color
Monochromatic Colors of #43761C
Black with #43761C
Text Example
Text Example
White with #43761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43761C; }
p { color: rgb(67,118,28); }
H1.HeaderClassName
{
color: #43761C;
}
.AnyTagClassName
{
color: #43761C;
}
</style>
background-color css
<style>
a { background-color: #43761C; }
a { background-color: rgb(67,118,28); }
div.DivClassName
{
background-color: #43761C;
}
.BgClassName
{
background-color: #43761C;
}
</style>
border-color css
<style>
span { border-color: #43761C; }
span { border-color: rgb(67,118,28); }
td.TdClassName
{
border-color: #43761C;
}
.TagClassName
{
border-color: #43761C;
}
</style>