Shades of Bilbao #3A7830
Tints of Bilbao #3A7830
RGB
CMYK
RGB Variations
Color information
#3A7830 (or 0x3A7830) is known color: Bilbao. HEX triplet: 3A, 78 and 30. RGB value is (58,120,48). Sum of RGB (Red+Green+Blue) = 58+120+48=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7830 is #C587CF. Grayscale: #5D5D5D. Windows color (decimal): -12945360 or 3176506. OLE color: 3176506.
HSL color Cylindrical-coordinate representation of color #3A7830: hue angle of 111.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7830 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 48 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.53 |
| HSL | 111.67º | 0.43% | 0.33% | - |
| HSV(B) | 111.67º | 0.6% | 0.47% | - |
| XYZ | 8.99 | 14.55 | 5.13 | - |
| YUV | 93.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 48 | 0.52 | 0 | 0.60 | 0.53 | 111.67 | 0.43 | 0.33 |
| Hex | 3A | 78 | 30 | 34 | 0 | 3C | 35 | 70 | 2B | 21 |
| Octal | 72 | 170 | 60 | 64 | 0 | 74 | 65 | 160 | 53 | 41 |
| Binary | 111010 | 1111000 | 110000 | 110100 | 0 | 111100 | 110101 | 1110000 | 101011 | 100001 |
Color Harmonies of #3A7830
Complementary color
Monochromatic Colors of #3A7830
Black with #3A7830
Text Example
Text Example
White with #3A7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7830; }
p { color: rgb(58,120,48); }
H1.HeaderClassName
{
color: #3A7830;
}
.AnyTagClassName
{
color: #3A7830;
}
</style>
background-color css
<style>
a { background-color: #3A7830; }
a { background-color: rgb(58,120,48); }
div.DivClassName
{
background-color: #3A7830;
}
.BgClassName
{
background-color: #3A7830;
}
</style>
border-color css
<style>
span { border-color: #3A7830; }
span { border-color: rgb(58,120,48); }
td.TdClassName
{
border-color: #3A7830;
}
.TagClassName
{
border-color: #3A7830;
}
</style>