Shades of Bilbao #3A7B01
Tints of Bilbao #3A7B01
RGB
CMYK
RGB Variations
Color information
#3A7B01 (or 0x3A7B01) is known color: Bilbao. HEX triplet: 3A, 7B and 01. RGB value is (58,123,1). Sum of RGB (Red+Green+Blue) = 58+123+1=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 123 (48.44% from 255 or 67.58% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7B01 is #C584FE. Grayscale: #5A5A5A. Windows color (decimal): -12944639 or 97082. OLE color: 97082.
HSL color Cylindrical-coordinate representation of color #3A7B01: hue angle of 91.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A7B01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.52 |
| HSL | 91.97º | 0.98% | 0.24% | - |
| HSV(B) | 91.97º | 0.99% | 0.48% | - |
| XYZ | 8.83 | 15.07 | 2.47 | - |
| YUV | 89.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 1 | 0.53 | 0 | 0.99 | 0.52 | 91.97 | 0.98 | 0.24 |
| Hex | 3A | 7B | 1 | 35 | 0 | 63 | 34 | 5C | 62 | 18 |
| Octal | 72 | 173 | 1 | 65 | 0 | 143 | 64 | 134 | 142 | 30 |
| Binary | 111010 | 1111011 | 1 | 110101 | 0 | 1100011 | 110100 | 1011100 | 1100010 | 11000 |
Color Harmonies of #3A7B01
Complementary color
Monochromatic Colors of #3A7B01
Black with #3A7B01
Text Example
Text Example
White with #3A7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B01; }
p { color: rgb(58,123,1); }
H1.HeaderClassName
{
color: #3A7B01;
}
.AnyTagClassName
{
color: #3A7B01;
}
</style>
background-color css
<style>
a { background-color: #3A7B01; }
a { background-color: rgb(58,123,1); }
div.DivClassName
{
background-color: #3A7B01;
}
.BgClassName
{
background-color: #3A7B01;
}
</style>
border-color css
<style>
span { border-color: #3A7B01; }
span { border-color: rgb(58,123,1); }
td.TdClassName
{
border-color: #3A7B01;
}
.TagClassName
{
border-color: #3A7B01;
}
</style>