Shades of Bilbao #3D782B
Tints of Bilbao #3D782B
RGB
CMYK
RGB Variations
Color information
#3D782B (or 0x3D782B) is known color: Bilbao. HEX triplet: 3D, 78 and 2B. RGB value is (61,120,43). Sum of RGB (Red+Green+Blue) = 61+120+43=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #3D782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D782B is #C287D4. Grayscale: #5D5D5D. Windows color (decimal): -12748757 or 2848829. OLE color: 2848829.
HSL color Cylindrical-coordinate representation of color #3D782B: hue angle of 105.97º degrees, saturation: 0.47, 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 #3D782B is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 120 | 43 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.53 |
| HSL | 105.97º | 0.47% | 0.32% | - |
| HSV(B) | 105.97º | 0.64% | 0.47% | - |
| XYZ | 9.08 | 14.6 | 4.63 | - |
| YUV | 93.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 43 | 0.49 | 0 | 0.64 | 0.53 | 105.97 | 0.47 | 0.32 |
| Hex | 3D | 78 | 2B | 31 | 0 | 40 | 35 | 6A | 2F | 20 |
| Octal | 75 | 170 | 53 | 61 | 0 | 100 | 65 | 152 | 57 | 40 |
| Binary | 111101 | 1111000 | 101011 | 110001 | 0 | 1000000 | 110101 | 1101010 | 101111 | 100000 |
Color Harmonies of #3D782B
Complementary color
Monochromatic Colors of #3D782B
Black with #3D782B
Text Example
Text Example
White with #3D782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D782B; }
p { color: rgb(61,120,43); }
H1.HeaderClassName
{
color: #3D782B;
}
.AnyTagClassName
{
color: #3D782B;
}
</style>
background-color css
<style>
a { background-color: #3D782B; }
a { background-color: rgb(61,120,43); }
div.DivClassName
{
background-color: #3D782B;
}
.BgClassName
{
background-color: #3D782B;
}
</style>
border-color css
<style>
span { border-color: #3D782B; }
span { border-color: rgb(61,120,43); }
td.TdClassName
{
border-color: #3D782B;
}
.TagClassName
{
border-color: #3D782B;
}
</style>