Shades of Bilbao #3A752C
Tints of Bilbao #3A752C
RGB
CMYK
RGB Variations
Color information
#3A752C (or 0x3A752C) is known color: Bilbao. HEX triplet: 3A, 75 and 2C. RGB value is (58,117,44). Sum of RGB (Red+Green+Blue) = 58+117+44=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #3A752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A752C is #C58AD3. Grayscale: #5B5B5B. Windows color (decimal): -12946132 or 2913594. OLE color: 2913594.
HSL color Cylindrical-coordinate representation of color #3A752C: hue angle of 108.49º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A752C is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 44 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.54 |
| HSL | 108.49º | 0.45% | 0.32% | - |
| HSV(B) | 108.49º | 0.62% | 0.46% | - |
| XYZ | 8.56 | 13.8 | 4.6 | - |
| YUV | 91.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 44 | 0.50 | 0 | 0.62 | 0.54 | 108.49 | 0.45 | 0.32 |
| Hex | 3A | 75 | 2C | 32 | 0 | 3E | 36 | 6C | 2D | 20 |
| Octal | 72 | 165 | 54 | 62 | 0 | 76 | 66 | 154 | 55 | 40 |
| Binary | 111010 | 1110101 | 101100 | 110010 | 0 | 111110 | 110110 | 1101100 | 101101 | 100000 |
Color Harmonies of #3A752C
Complementary color
Monochromatic Colors of #3A752C
Black with #3A752C
Text Example
Text Example
White with #3A752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A752C; }
p { color: rgb(58,117,44); }
H1.HeaderClassName
{
color: #3A752C;
}
.AnyTagClassName
{
color: #3A752C;
}
</style>
background-color css
<style>
a { background-color: #3A752C; }
a { background-color: rgb(58,117,44); }
div.DivClassName
{
background-color: #3A752C;
}
.BgClassName
{
background-color: #3A752C;
}
</style>
border-color css
<style>
span { border-color: #3A752C; }
span { border-color: rgb(58,117,44); }
td.TdClassName
{
border-color: #3A752C;
}
.TagClassName
{
border-color: #3A752C;
}
</style>