Shades of Bilbao #3A7B2C
Tints of Bilbao #3A7B2C
RGB
CMYK
RGB Variations
Color information
#3A7B2C (or 0x3A7B2C) is known color: Bilbao. HEX triplet: 3A, 7B and 2C. RGB value is (58,123,44). Sum of RGB (Red+Green+Blue) = 58+123+44=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B2C is #C584D3. Grayscale: #5E5E5E. Windows color (decimal): -12944596 or 2915130. OLE color: 2915130.
HSL color Cylindrical-coordinate representation of color #3A7B2C: hue angle of 109.37º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A7B2C is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 44 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.52 |
| HSL | 109.37º | 0.47% | 0.33% | - |
| HSV(B) | 109.37º | 0.64% | 0.48% | - |
| XYZ | 9.28 | 15.25 | 4.84 | - |
| YUV | 94.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 44 | 0.53 | 0 | 0.64 | 0.52 | 109.37 | 0.47 | 0.33 |
| Hex | 3A | 7B | 2C | 35 | 0 | 40 | 34 | 6D | 2F | 21 |
| Octal | 72 | 173 | 54 | 65 | 0 | 100 | 64 | 155 | 57 | 41 |
| Binary | 111010 | 1111011 | 101100 | 110101 | 0 | 1000000 | 110100 | 1101101 | 101111 | 100001 |
Color Harmonies of #3A7B2C
Complementary color
Monochromatic Colors of #3A7B2C
Black with #3A7B2C
Text Example
Text Example
White with #3A7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B2C; }
p { color: rgb(58,123,44); }
H1.HeaderClassName
{
color: #3A7B2C;
}
.AnyTagClassName
{
color: #3A7B2C;
}
</style>
background-color css
<style>
a { background-color: #3A7B2C; }
a { background-color: rgb(58,123,44); }
div.DivClassName
{
background-color: #3A7B2C;
}
.BgClassName
{
background-color: #3A7B2C;
}
</style>
border-color css
<style>
span { border-color: #3A7B2C; }
span { border-color: rgb(58,123,44); }
td.TdClassName
{
border-color: #3A7B2C;
}
.TagClassName
{
border-color: #3A7B2C;
}
</style>