Shades of Bilbao #43850D
Tints of Bilbao #43850D
RGB
CMYK
RGB Variations
Color information
#43850D (or 0x43850D) is known color: Bilbao. HEX triplet: 43, 85 and 0D. RGB value is (67,133,13). Sum of RGB (Red+Green+Blue) = 67+133+13=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #43850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43850D is #BC7AF2. Grayscale: #646464. Windows color (decimal): -12352243 or 886083. OLE color: 886083.
HSL color Cylindrical-coordinate representation of color #43850D: hue angle of 93º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43850D is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 13 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.48 |
| HSL | 93º | 0.82% | 0.29% | - |
| HSV(B) | 93º | 0.9% | 0.52% | - |
| XYZ | 10.77 | 18 | 3.29 | - |
| YUV | 99.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 13 | 0.50 | 0 | 0.90 | 0.48 | 93 | 0.82 | 0.29 |
| Hex | 43 | 85 | D | 32 | 0 | 5A | 30 | 5D | 52 | 1D |
| Octal | 103 | 205 | 15 | 62 | 0 | 132 | 60 | 135 | 122 | 35 |
| Binary | 1000011 | 10000101 | 1101 | 110010 | 0 | 1011010 | 110000 | 1011101 | 1010010 | 11101 |
Color Harmonies of #43850D
Complementary color
Monochromatic Colors of #43850D
Black with #43850D
Text Example
Text Example
White with #43850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43850D; }
p { color: rgb(67,133,13); }
H1.HeaderClassName
{
color: #43850D;
}
.AnyTagClassName
{
color: #43850D;
}
</style>
background-color css
<style>
a { background-color: #43850D; }
a { background-color: rgb(67,133,13); }
div.DivClassName
{
background-color: #43850D;
}
.BgClassName
{
background-color: #43850D;
}
</style>
border-color css
<style>
span { border-color: #43850D; }
span { border-color: rgb(67,133,13); }
td.TdClassName
{
border-color: #43850D;
}
.TagClassName
{
border-color: #43850D;
}
</style>