Shades of Bilbao #3A6E1F
Tints of Bilbao #3A6E1F
RGB
CMYK
RGB Variations
Color information
#3A6E1F (or 0x3A6E1F) is known color: Bilbao. HEX triplet: 3A, 6E and 1F. RGB value is (58,110,31). Sum of RGB (Red+Green+Blue) = 58+110+31=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E1F is #C591E0. Grayscale: #555555. Windows color (decimal): -12947937 or 2059834. OLE color: 2059834.
HSL color Cylindrical-coordinate representation of color #3A6E1F: hue angle of 99.49º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6E1F is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 31 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.57 |
| HSL | 99.49º | 0.56% | 0.28% | - |
| HSV(B) | 99.49º | 0.72% | 0.43% | - |
| XYZ | 7.57 | 12.15 | 3.24 | - |
| YUV | 85.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 31 | 0.47 | 0 | 0.72 | 0.57 | 99.49 | 0.56 | 0.28 |
| Hex | 3A | 6E | 1F | 2F | 0 | 48 | 39 | 63 | 38 | 1C |
| Octal | 72 | 156 | 37 | 57 | 0 | 110 | 71 | 143 | 70 | 34 |
| Binary | 111010 | 1101110 | 11111 | 101111 | 0 | 1001000 | 111001 | 1100011 | 111000 | 11100 |
Color Harmonies of #3A6E1F
Complementary color
Monochromatic Colors of #3A6E1F
Black with #3A6E1F
Text Example
Text Example
White with #3A6E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E1F; }
p { color: rgb(58,110,31); }
H1.HeaderClassName
{
color: #3A6E1F;
}
.AnyTagClassName
{
color: #3A6E1F;
}
</style>
background-color css
<style>
a { background-color: #3A6E1F; }
a { background-color: rgb(58,110,31); }
div.DivClassName
{
background-color: #3A6E1F;
}
.BgClassName
{
background-color: #3A6E1F;
}
</style>
border-color css
<style>
span { border-color: #3A6E1F; }
span { border-color: rgb(58,110,31); }
td.TdClassName
{
border-color: #3A6E1F;
}
.TagClassName
{
border-color: #3A6E1F;
}
</style>