Shades of Bilbao #3D890D
Tints of Bilbao #3D890D
RGB
CMYK
RGB Variations
Color information
#3D890D (or 0x3D890D) is known color: Bilbao. HEX triplet: 3D, 89 and 0D. RGB value is (61,137,13). Sum of RGB (Red+Green+Blue) = 61+137+13=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #3D890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D890D is #C276F2. Grayscale: #646464. Windows color (decimal): -12744435 or 887101. OLE color: 887101.
HSL color Cylindrical-coordinate representation of color #3D890D: hue angle of 96.77º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D890D is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 137 | 13 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.46 |
| HSL | 96.77º | 0.83% | 0.29% | - |
| HSV(B) | 96.77º | 0.91% | 0.54% | - |
| XYZ | 10.94 | 18.91 | 3.45 | - |
| YUV | 100.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 13 | 0.55 | 0 | 0.91 | 0.46 | 96.77 | 0.83 | 0.29 |
| Hex | 3D | 89 | D | 37 | 0 | 5B | 2E | 61 | 53 | 1D |
| Octal | 75 | 211 | 15 | 67 | 0 | 133 | 56 | 141 | 123 | 35 |
| Binary | 111101 | 10001001 | 1101 | 110111 | 0 | 1011011 | 101110 | 1100001 | 1010011 | 11101 |
Color Harmonies of #3D890D
Complementary color
Monochromatic Colors of #3D890D
Black with #3D890D
Text Example
Text Example
White with #3D890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D890D; }
p { color: rgb(61,137,13); }
H1.HeaderClassName
{
color: #3D890D;
}
.AnyTagClassName
{
color: #3D890D;
}
</style>
background-color css
<style>
a { background-color: #3D890D; }
a { background-color: rgb(61,137,13); }
div.DivClassName
{
background-color: #3D890D;
}
.BgClassName
{
background-color: #3D890D;
}
</style>
border-color css
<style>
span { border-color: #3D890D; }
span { border-color: rgb(61,137,13); }
td.TdClassName
{
border-color: #3D890D;
}
.TagClassName
{
border-color: #3D890D;
}
</style>