Shades of Bilbao #3A8430
Tints of Bilbao #3A8430
RGB
CMYK
RGB Variations
Color information
#3A8430 (or 0x3A8430) is known color: Bilbao. HEX triplet: 3A, 84 and 30. RGB value is (58,132,48). Sum of RGB (Red+Green+Blue) = 58+132+48=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8430 is #C57BCF. Grayscale: #646464. Windows color (decimal): -12942288 or 3179578. OLE color: 3179578.
HSL color Cylindrical-coordinate representation of color #3A8430: hue angle of 112.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A8430 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 48 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.48 |
| HSL | 112.86º | 0.47% | 0.35% | - |
| HSV(B) | 112.86º | 0.64% | 0.52% | - |
| XYZ | 10.53 | 17.62 | 5.64 | - |
| YUV | 100.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 48 | 0.56 | 0 | 0.64 | 0.48 | 112.86 | 0.47 | 0.35 |
| Hex | 3A | 84 | 30 | 38 | 0 | 40 | 30 | 71 | 2F | 23 |
| Octal | 72 | 204 | 60 | 70 | 0 | 100 | 60 | 161 | 57 | 43 |
| Binary | 111010 | 10000100 | 110000 | 111000 | 0 | 1000000 | 110000 | 1110001 | 101111 | 100011 |
Color Harmonies of #3A8430
Complementary color
Monochromatic Colors of #3A8430
Black with #3A8430
Text Example
Text Example
White with #3A8430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8430; }
p { color: rgb(58,132,48); }
H1.HeaderClassName
{
color: #3A8430;
}
.AnyTagClassName
{
color: #3A8430;
}
</style>
background-color css
<style>
a { background-color: #3A8430; }
a { background-color: rgb(58,132,48); }
div.DivClassName
{
background-color: #3A8430;
}
.BgClassName
{
background-color: #3A8430;
}
</style>
border-color css
<style>
span { border-color: #3A8430; }
span { border-color: rgb(58,132,48); }
td.TdClassName
{
border-color: #3A8430;
}
.TagClassName
{
border-color: #3A8430;
}
</style>