Shades of Bilbao #3A7E27
Tints of Bilbao #3A7E27
RGB
CMYK
RGB Variations
Color information
#3A7E27 (or 0x3A7E27) is known color: Bilbao. HEX triplet: 3A, 7E and 27. RGB value is (58,126,39). Sum of RGB (Red+Green+Blue) = 58+126+39=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E27 is #C581D8. Grayscale: #606060. Windows color (decimal): -12943833 or 2588218. OLE color: 2588218.
HSL color Cylindrical-coordinate representation of color #3A7E27: hue angle of 106.9º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7E27 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 39 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.51 |
| HSL | 106.9º | 0.53% | 0.32% | - |
| HSV(B) | 106.9º | 0.69% | 0.49% | - |
| XYZ | 9.57 | 15.97 | 4.5 | - |
| YUV | 95.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 39 | 0.54 | 0 | 0.69 | 0.51 | 106.9 | 0.53 | 0.32 |
| Hex | 3A | 7E | 27 | 36 | 0 | 45 | 33 | 6B | 35 | 20 |
| Octal | 72 | 176 | 47 | 66 | 0 | 105 | 63 | 153 | 65 | 40 |
| Binary | 111010 | 1111110 | 100111 | 110110 | 0 | 1000101 | 110011 | 1101011 | 110101 | 100000 |
Color Harmonies of #3A7E27
Complementary color
Monochromatic Colors of #3A7E27
Black with #3A7E27
Text Example
Text Example
White with #3A7E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E27; }
p { color: rgb(58,126,39); }
H1.HeaderClassName
{
color: #3A7E27;
}
.AnyTagClassName
{
color: #3A7E27;
}
</style>
background-color css
<style>
a { background-color: #3A7E27; }
a { background-color: rgb(58,126,39); }
div.DivClassName
{
background-color: #3A7E27;
}
.BgClassName
{
background-color: #3A7E27;
}
</style>
border-color css
<style>
span { border-color: #3A7E27; }
span { border-color: rgb(58,126,39); }
td.TdClassName
{
border-color: #3A7E27;
}
.TagClassName
{
border-color: #3A7E27;
}
</style>