Shades of Bilbao #3D811C
Tints of Bilbao #3D811C
RGB
CMYK
RGB Variations
Color information
#3D811C (or 0x3D811C) is known color: Bilbao. HEX triplet: 3D, 81 and 1C. RGB value is (61,129,28). Sum of RGB (Red+Green+Blue) = 61+129+28=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #3D811C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D811C is #C27EE3. Grayscale: #616161. Windows color (decimal): -12746468 or 1868093. OLE color: 1868093.
HSL color Cylindrical-coordinate representation of color #3D811C: hue angle of 100.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D811C is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 129 | 28 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.49 |
| HSL | 100.4º | 0.64% | 0.31% | - |
| HSV(B) | 100.4º | 0.78% | 0.51% | - |
| XYZ | 9.98 | 16.78 | 3.81 | - |
| YUV | 97.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 28 | 0.53 | 0 | 0.78 | 0.49 | 100.4 | 0.64 | 0.31 |
| Hex | 3D | 81 | 1C | 35 | 0 | 4E | 31 | 64 | 40 | 1F |
| Octal | 75 | 201 | 34 | 65 | 0 | 116 | 61 | 144 | 100 | 37 |
| Binary | 111101 | 10000001 | 11100 | 110101 | 0 | 1001110 | 110001 | 1100100 | 1000000 | 11111 |
Color Harmonies of #3D811C
Complementary color
Monochromatic Colors of #3D811C
Black with #3D811C
Text Example
Text Example
White with #3D811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D811C; }
p { color: rgb(61,129,28); }
H1.HeaderClassName
{
color: #3D811C;
}
.AnyTagClassName
{
color: #3D811C;
}
</style>
background-color css
<style>
a { background-color: #3D811C; }
a { background-color: rgb(61,129,28); }
div.DivClassName
{
background-color: #3D811C;
}
.BgClassName
{
background-color: #3D811C;
}
</style>
border-color css
<style>
span { border-color: #3D811C; }
span { border-color: rgb(61,129,28); }
td.TdClassName
{
border-color: #3D811C;
}
.TagClassName
{
border-color: #3D811C;
}
</style>