Shades of Bilbao #3D792B
Tints of Bilbao #3D792B
RGB
CMYK
RGB Variations
Color information
#3D792B (or 0x3D792B) is known color: Bilbao. HEX triplet: 3D, 79 and 2B. RGB value is (61,121,43). Sum of RGB (Red+Green+Blue) = 61+121+43=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #3D792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D792B is #C286D4. Grayscale: #5E5E5E. Windows color (decimal): -12748501 or 2849085. OLE color: 2849085.
HSL color Cylindrical-coordinate representation of color #3D792B: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D792B is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 121 | 43 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.53 |
| HSL | 106.15º | 0.48% | 0.32% | - |
| HSV(B) | 106.15º | 0.64% | 0.47% | - |
| XYZ | 9.2 | 14.84 | 4.67 | - |
| YUV | 94.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 121 | 43 | 0.50 | 0 | 0.64 | 0.53 | 106.15 | 0.48 | 0.32 |
| Hex | 3D | 79 | 2B | 32 | 0 | 40 | 35 | 6A | 30 | 20 |
| Octal | 75 | 171 | 53 | 62 | 0 | 100 | 65 | 152 | 60 | 40 |
| Binary | 111101 | 1111001 | 101011 | 110010 | 0 | 1000000 | 110101 | 1101010 | 110000 | 100000 |
Color Harmonies of #3D792B
Complementary color
Monochromatic Colors of #3D792B
Black with #3D792B
Text Example
Text Example
White with #3D792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D792B; }
p { color: rgb(61,121,43); }
H1.HeaderClassName
{
color: #3D792B;
}
.AnyTagClassName
{
color: #3D792B;
}
</style>
background-color css
<style>
a { background-color: #3D792B; }
a { background-color: rgb(61,121,43); }
div.DivClassName
{
background-color: #3D792B;
}
.BgClassName
{
background-color: #3D792B;
}
</style>
border-color css
<style>
span { border-color: #3D792B; }
span { border-color: rgb(61,121,43); }
td.TdClassName
{
border-color: #3D792B;
}
.TagClassName
{
border-color: #3D792B;
}
</style>