Shades of Bilbao #3C811E
Tints of Bilbao #3C811E
RGB
CMYK
RGB Variations
Color information
#3C811E (or 0x3C811E) is known color: Bilbao. HEX triplet: 3C, 81 and 1E. RGB value is (60,129,30). Sum of RGB (Red+Green+Blue) = 60+129+30=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #3C811E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C811E is #C37EE1. Grayscale: #616161. Windows color (decimal): -12812002 or 1999164. OLE color: 1999164.
HSL color Cylindrical-coordinate representation of color #3C811E: hue angle of 101.82º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C811E is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 129 | 30 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.49 |
| HSL | 101.82º | 0.62% | 0.31% | - |
| HSV(B) | 101.82º | 0.77% | 0.51% | - |
| XYZ | 9.95 | 16.75 | 3.94 | - |
| YUV | 97.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 30 | 0.53 | 0 | 0.77 | 0.49 | 101.82 | 0.62 | 0.31 |
| Hex | 3C | 81 | 1E | 35 | 0 | 4D | 31 | 66 | 3E | 1F |
| Octal | 74 | 201 | 36 | 65 | 0 | 115 | 61 | 146 | 76 | 37 |
| Binary | 111100 | 10000001 | 11110 | 110101 | 0 | 1001101 | 110001 | 1100110 | 111110 | 11111 |
Color Harmonies of #3C811E
Complementary color
Monochromatic Colors of #3C811E
Black with #3C811E
Text Example
Text Example
White with #3C811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C811E; }
p { color: rgb(60,129,30); }
H1.HeaderClassName
{
color: #3C811E;
}
.AnyTagClassName
{
color: #3C811E;
}
</style>
background-color css
<style>
a { background-color: #3C811E; }
a { background-color: rgb(60,129,30); }
div.DivClassName
{
background-color: #3C811E;
}
.BgClassName
{
background-color: #3C811E;
}
</style>
border-color css
<style>
span { border-color: #3C811E; }
span { border-color: rgb(60,129,30); }
td.TdClassName
{
border-color: #3C811E;
}
.TagClassName
{
border-color: #3C811E;
}
</style>