Shades of Bilbao #3A8433
Tints of Bilbao #3A8433
RGB
CMYK
RGB Variations
Color information
#3A8433 (or 0x3A8433) is known color: Bilbao. HEX triplet: 3A, 84 and 33. RGB value is (58,132,51). Sum of RGB (Red+Green+Blue) = 58+132+51=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8433 is #C57BCC. Grayscale: #646464. Windows color (decimal): -12942285 or 3376186. OLE color: 3376186.
HSL color Cylindrical-coordinate representation of color #3A8433: hue angle of 114.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A8433 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 51 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.48 |
| HSL | 114.81º | 0.44% | 0.36% | - |
| HSV(B) | 114.81º | 0.61% | 0.52% | - |
| XYZ | 10.59 | 17.64 | 5.98 | - |
| YUV | 100.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 51 | 0.56 | 0 | 0.61 | 0.48 | 114.81 | 0.44 | 0.36 |
| Hex | 3A | 84 | 33 | 38 | 0 | 3D | 30 | 73 | 2C | 24 |
| Octal | 72 | 204 | 63 | 70 | 0 | 75 | 60 | 163 | 54 | 44 |
| Binary | 111010 | 10000100 | 110011 | 111000 | 0 | 111101 | 110000 | 1110011 | 101100 | 100100 |
Color Harmonies of #3A8433
Complementary color
Monochromatic Colors of #3A8433
Black with #3A8433
Text Example
Text Example
White with #3A8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8433; }
p { color: rgb(58,132,51); }
H1.HeaderClassName
{
color: #3A8433;
}
.AnyTagClassName
{
color: #3A8433;
}
</style>
background-color css
<style>
a { background-color: #3A8433; }
a { background-color: rgb(58,132,51); }
div.DivClassName
{
background-color: #3A8433;
}
.BgClassName
{
background-color: #3A8433;
}
</style>
border-color css
<style>
span { border-color: #3A8433; }
span { border-color: rgb(58,132,51); }
td.TdClassName
{
border-color: #3A8433;
}
.TagClassName
{
border-color: #3A8433;
}
</style>