Shades of Bilbao #3A7B2B
Tints of Bilbao #3A7B2B
RGB
CMYK
RGB Variations
Color information
#3A7B2B (or 0x3A7B2B) is known color: Bilbao. HEX triplet: 3A, 7B and 2B. RGB value is (58,123,43). Sum of RGB (Red+Green+Blue) = 58+123+43=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B2B is #C584D4. Grayscale: #5E5E5E. Windows color (decimal): -12944597 or 2849594. OLE color: 2849594.
HSL color Cylindrical-coordinate representation of color #3A7B2B: hue angle of 108.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A7B2B is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 43 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.52 |
| HSL | 108.75º | 0.48% | 0.33% | - |
| HSV(B) | 108.75º | 0.65% | 0.48% | - |
| XYZ | 9.26 | 15.24 | 4.74 | - |
| YUV | 94.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 43 | 0.53 | 0 | 0.65 | 0.52 | 108.75 | 0.48 | 0.33 |
| Hex | 3A | 7B | 2B | 35 | 0 | 41 | 34 | 6D | 30 | 21 |
| Octal | 72 | 173 | 53 | 65 | 0 | 101 | 64 | 155 | 60 | 41 |
| Binary | 111010 | 1111011 | 101011 | 110101 | 0 | 1000001 | 110100 | 1101101 | 110000 | 100001 |
Color Harmonies of #3A7B2B
Complementary color
Monochromatic Colors of #3A7B2B
Black with #3A7B2B
Text Example
Text Example
White with #3A7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B2B; }
p { color: rgb(58,123,43); }
H1.HeaderClassName
{
color: #3A7B2B;
}
.AnyTagClassName
{
color: #3A7B2B;
}
</style>
background-color css
<style>
a { background-color: #3A7B2B; }
a { background-color: rgb(58,123,43); }
div.DivClassName
{
background-color: #3A7B2B;
}
.BgClassName
{
background-color: #3A7B2B;
}
</style>
border-color css
<style>
span { border-color: #3A7B2B; }
span { border-color: rgb(58,123,43); }
td.TdClassName
{
border-color: #3A7B2B;
}
.TagClassName
{
border-color: #3A7B2B;
}
</style>