Shades of Bilbao #3D8203
Tints of Bilbao #3D8203
RGB
CMYK
RGB Variations
Color information
#3D8203 (or 0x3D8203) is known color: Bilbao. HEX triplet: 3D, 82 and 03. RGB value is (61,130,3). Sum of RGB (Red+Green+Blue) = 61+130+3=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8203 is #C27DFC. Grayscale: #5F5F5F. Windows color (decimal): -12746237 or 229949. OLE color: 229949.
HSL color Cylindrical-coordinate representation of color #3D8203: hue angle of 92.6º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D8203 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 130 | 3 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.49 |
| HSL | 92.6º | 0.95% | 0.26% | - |
| HSV(B) | 92.6º | 0.98% | 0.51% | - |
| XYZ | 9.92 | 16.96 | 2.84 | - |
| YUV | 94.89 | 76.14 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 3 | 0.53 | 0 | 0.98 | 0.49 | 92.6 | 0.95 | 0.26 |
| Hex | 3D | 82 | 3 | 35 | 0 | 62 | 31 | 5D | 5F | 1A |
| Octal | 75 | 202 | 3 | 65 | 0 | 142 | 61 | 135 | 137 | 32 |
| Binary | 111101 | 10000010 | 11 | 110101 | 0 | 1100010 | 110001 | 1011101 | 1011111 | 11010 |
Color Harmonies of #3D8203
Complementary color
Monochromatic Colors of #3D8203
Black with #3D8203
Text Example
Text Example
White with #3D8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8203; }
p { color: rgb(61,130,3); }
H1.HeaderClassName
{
color: #3D8203;
}
.AnyTagClassName
{
color: #3D8203;
}
</style>
background-color css
<style>
a { background-color: #3D8203; }
a { background-color: rgb(61,130,3); }
div.DivClassName
{
background-color: #3D8203;
}
.BgClassName
{
background-color: #3D8203;
}
</style>
border-color css
<style>
span { border-color: #3D8203; }
span { border-color: rgb(61,130,3); }
td.TdClassName
{
border-color: #3D8203;
}
.TagClassName
{
border-color: #3D8203;
}
</style>