Shades of Bilbao #3D750C
Tints of Bilbao #3D750C
RGB
CMYK
RGB Variations
Color information
#3D750C (or 0x3D750C) is known color: Bilbao. HEX triplet: 3D, 75 and 0C. RGB value is (61,117,12). Sum of RGB (Red+Green+Blue) = 61+117+12=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #3D750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D750C is #C28AF3. Grayscale: #585858. Windows color (decimal): -12749556 or 816445. OLE color: 816445.
HSL color Cylindrical-coordinate representation of color #3D750C: hue angle of 92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D750C is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 117 | 12 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.54 |
| HSL | 92º | 0.81% | 0.25% | - |
| HSV(B) | 92º | 0.9% | 0.46% | - |
| XYZ | 8.35 | 13.74 | 2.56 | - |
| YUV | 88.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 117 | 12 | 0.48 | 0 | 0.90 | 0.54 | 92 | 0.81 | 0.25 |
| Hex | 3D | 75 | C | 30 | 0 | 5A | 36 | 5C | 51 | 19 |
| Octal | 75 | 165 | 14 | 60 | 0 | 132 | 66 | 134 | 121 | 31 |
| Binary | 111101 | 1110101 | 1100 | 110000 | 0 | 1011010 | 110110 | 1011100 | 1010001 | 11001 |
Color Harmonies of #3D750C
Complementary color
Monochromatic Colors of #3D750C
Black with #3D750C
Text Example
Text Example
White with #3D750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D750C; }
p { color: rgb(61,117,12); }
H1.HeaderClassName
{
color: #3D750C;
}
.AnyTagClassName
{
color: #3D750C;
}
</style>
background-color css
<style>
a { background-color: #3D750C; }
a { background-color: rgb(61,117,12); }
div.DivClassName
{
background-color: #3D750C;
}
.BgClassName
{
background-color: #3D750C;
}
</style>
border-color css
<style>
span { border-color: #3D750C; }
span { border-color: rgb(61,117,12); }
td.TdClassName
{
border-color: #3D750C;
}
.TagClassName
{
border-color: #3D750C;
}
</style>