Shades of Bilbao #3F781E
Tints of Bilbao #3F781E
RGB
CMYK
RGB Variations
Color information
#3F781E (or 0x3F781E) is known color: Bilbao. HEX triplet: 3F, 78 and 1E. RGB value is (63,120,30). Sum of RGB (Red+Green+Blue) = 63+120+30=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #3F781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F781E is #C087E1. Grayscale: #5C5C5C. Windows color (decimal): -12617698 or 1996863. OLE color: 1996863.
HSL color Cylindrical-coordinate representation of color #3F781E: hue angle of 98º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F781E is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 30 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.53 |
| HSL | 98º | 0.6% | 0.29% | - |
| HSV(B) | 98º | 0.75% | 0.47% | - |
| XYZ | 9 | 14.58 | 3.57 | - |
| YUV | 92.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 30 | 0.48 | 0 | 0.75 | 0.53 | 98 | 0.6 | 0.29 |
| Hex | 3F | 78 | 1E | 30 | 0 | 4B | 35 | 62 | 3C | 1D |
| Octal | 77 | 170 | 36 | 60 | 0 | 113 | 65 | 142 | 74 | 35 |
| Binary | 111111 | 1111000 | 11110 | 110000 | 0 | 1001011 | 110101 | 1100010 | 111100 | 11101 |
Color Harmonies of #3F781E
Complementary color
Monochromatic Colors of #3F781E
Black with #3F781E
Text Example
Text Example
White with #3F781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F781E; }
p { color: rgb(63,120,30); }
H1.HeaderClassName
{
color: #3F781E;
}
.AnyTagClassName
{
color: #3F781E;
}
</style>
background-color css
<style>
a { background-color: #3F781E; }
a { background-color: rgb(63,120,30); }
div.DivClassName
{
background-color: #3F781E;
}
.BgClassName
{
background-color: #3F781E;
}
</style>
border-color css
<style>
span { border-color: #3F781E; }
span { border-color: rgb(63,120,30); }
td.TdClassName
{
border-color: #3F781E;
}
.TagClassName
{
border-color: #3F781E;
}
</style>