Shades of Bilbao #3A7B2F
Tints of Bilbao #3A7B2F
RGB
CMYK
RGB Variations
Color information
#3A7B2F (or 0x3A7B2F) is known color: Bilbao. HEX triplet: 3A, 7B and 2F. RGB value is (58,123,47). Sum of RGB (Red+Green+Blue) = 58+123+47=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B2F is #C584D0. Grayscale: #5F5F5F. Windows color (decimal): -12944593 or 3111738. OLE color: 3111738.
HSL color Cylindrical-coordinate representation of color #3A7B2F: hue angle of 111.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A7B2F is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 47 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.52 |
| HSL | 111.32º | 0.45% | 0.33% | - |
| HSV(B) | 111.32º | 0.62% | 0.48% | - |
| XYZ | 9.34 | 15.27 | 5.14 | - |
| YUV | 94.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 47 | 0.53 | 0 | 0.62 | 0.52 | 111.32 | 0.45 | 0.33 |
| Hex | 3A | 7B | 2F | 35 | 0 | 3E | 34 | 6F | 2D | 21 |
| Octal | 72 | 173 | 57 | 65 | 0 | 76 | 64 | 157 | 55 | 41 |
| Binary | 111010 | 1111011 | 101111 | 110101 | 0 | 111110 | 110100 | 1101111 | 101101 | 100001 |
Color Harmonies of #3A7B2F
Complementary color
Monochromatic Colors of #3A7B2F
Black with #3A7B2F
Text Example
Text Example
White with #3A7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B2F; }
p { color: rgb(58,123,47); }
H1.HeaderClassName
{
color: #3A7B2F;
}
.AnyTagClassName
{
color: #3A7B2F;
}
</style>
background-color css
<style>
a { background-color: #3A7B2F; }
a { background-color: rgb(58,123,47); }
div.DivClassName
{
background-color: #3A7B2F;
}
.BgClassName
{
background-color: #3A7B2F;
}
</style>
border-color css
<style>
span { border-color: #3A7B2F; }
span { border-color: rgb(58,123,47); }
td.TdClassName
{
border-color: #3A7B2F;
}
.TagClassName
{
border-color: #3A7B2F;
}
</style>