Shades of Bilbao #43772F
Tints of Bilbao #43772F
RGB
CMYK
RGB Variations
Color information
#43772F (or 0x43772F) is known color: Bilbao. HEX triplet: 43, 77 and 2F. RGB value is (67,119,47). Sum of RGB (Red+Green+Blue) = 67+119+47=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #43772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43772F is #BC88D0. Grayscale: #5F5F5F. Windows color (decimal): -12355793 or 3110723. OLE color: 3110723.
HSL color Cylindrical-coordinate representation of color #43772F: hue angle of 103.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43772F is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 119 | 47 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.53 |
| HSL | 103.33º | 0.43% | 0.33% | - |
| HSV(B) | 103.33º | 0.61% | 0.47% | - |
| XYZ | 9.42 | 14.59 | 5.01 | - |
| YUV | 95.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 47 | 0.44 | 0 | 0.61 | 0.53 | 103.33 | 0.43 | 0.33 |
| Hex | 43 | 77 | 2F | 2C | 0 | 3D | 35 | 67 | 2B | 21 |
| Octal | 103 | 167 | 57 | 54 | 0 | 75 | 65 | 147 | 53 | 41 |
| Binary | 1000011 | 1110111 | 101111 | 101100 | 0 | 111101 | 110101 | 1100111 | 101011 | 100001 |
Color Harmonies of #43772F
Complementary color
Monochromatic Colors of #43772F
Black with #43772F
Text Example
Text Example
White with #43772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43772F; }
p { color: rgb(67,119,47); }
H1.HeaderClassName
{
color: #43772F;
}
.AnyTagClassName
{
color: #43772F;
}
</style>
background-color css
<style>
a { background-color: #43772F; }
a { background-color: rgb(67,119,47); }
div.DivClassName
{
background-color: #43772F;
}
.BgClassName
{
background-color: #43772F;
}
</style>
border-color css
<style>
span { border-color: #43772F; }
span { border-color: rgb(67,119,47); }
td.TdClassName
{
border-color: #43772F;
}
.TagClassName
{
border-color: #43772F;
}
</style>