Shades of Bilbao #3D850D
Tints of Bilbao #3D850D
RGB
CMYK
RGB Variations
Color information
#3D850D (or 0x3D850D) is known color: Bilbao. HEX triplet: 3D, 85 and 0D. RGB value is (61,133,13). Sum of RGB (Red+Green+Blue) = 61+133+13=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #3D850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D850D is #C27AF2. Grayscale: #626262. Windows color (decimal): -12745459 or 886077. OLE color: 886077.
HSL color Cylindrical-coordinate representation of color #3D850D: hue angle of 96º 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 #3D850D is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 13 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.48 |
| HSL | 96º | 0.82% | 0.29% | - |
| HSV(B) | 96º | 0.9% | 0.52% | - |
| XYZ | 10.38 | 17.8 | 3.27 | - |
| YUV | 97.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 13 | 0.54 | 0 | 0.90 | 0.48 | 96 | 0.82 | 0.29 |
| Hex | 3D | 85 | D | 36 | 0 | 5A | 30 | 60 | 52 | 1D |
| Octal | 75 | 205 | 15 | 66 | 0 | 132 | 60 | 140 | 122 | 35 |
| Binary | 111101 | 10000101 | 1101 | 110110 | 0 | 1011010 | 110000 | 1100000 | 1010010 | 11101 |
Color Harmonies of #3D850D
Complementary color
Monochromatic Colors of #3D850D
Black with #3D850D
Text Example
Text Example
White with #3D850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D850D; }
p { color: rgb(61,133,13); }
H1.HeaderClassName
{
color: #3D850D;
}
.AnyTagClassName
{
color: #3D850D;
}
</style>
background-color css
<style>
a { background-color: #3D850D; }
a { background-color: rgb(61,133,13); }
div.DivClassName
{
background-color: #3D850D;
}
.BgClassName
{
background-color: #3D850D;
}
</style>
border-color css
<style>
span { border-color: #3D850D; }
span { border-color: rgb(61,133,13); }
td.TdClassName
{
border-color: #3D850D;
}
.TagClassName
{
border-color: #3D850D;
}
</style>