Shades of Bilbao #43870D
Tints of Bilbao #43870D
RGB
CMYK
RGB Variations
Color information
#43870D (or 0x43870D) is known color: Bilbao. HEX triplet: 43, 87 and 0D. RGB value is (67,135,13). Sum of RGB (Red+Green+Blue) = 67+135+13=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #43870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43870D is #BC78F2. Grayscale: #656565. Windows color (decimal): -12351731 or 886595. OLE color: 886595.
HSL color Cylindrical-coordinate representation of color #43870D: hue angle of 93.44º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43870D is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 135 | 13 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.47 |
| HSL | 93.44º | 0.82% | 0.29% | - |
| HSV(B) | 93.44º | 0.9% | 0.53% | - |
| XYZ | 11.05 | 18.55 | 3.38 | - |
| YUV | 100.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 135 | 13 | 0.50 | 0 | 0.90 | 0.47 | 93.44 | 0.82 | 0.29 |
| Hex | 43 | 87 | D | 32 | 0 | 5A | 2F | 5D | 52 | 1D |
| Octal | 103 | 207 | 15 | 62 | 0 | 132 | 57 | 135 | 122 | 35 |
| Binary | 1000011 | 10000111 | 1101 | 110010 | 0 | 1011010 | 101111 | 1011101 | 1010010 | 11101 |
Color Harmonies of #43870D
Complementary color
Monochromatic Colors of #43870D
Black with #43870D
Text Example
Text Example
White with #43870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43870D; }
p { color: rgb(67,135,13); }
H1.HeaderClassName
{
color: #43870D;
}
.AnyTagClassName
{
color: #43870D;
}
</style>
background-color css
<style>
a { background-color: #43870D; }
a { background-color: rgb(67,135,13); }
div.DivClassName
{
background-color: #43870D;
}
.BgClassName
{
background-color: #43870D;
}
</style>
border-color css
<style>
span { border-color: #43870D; }
span { border-color: rgb(67,135,13); }
td.TdClassName
{
border-color: #43870D;
}
.TagClassName
{
border-color: #43870D;
}
</style>