Shades of Bilbao #3A7728
Tints of Bilbao #3A7728
RGB
CMYK
RGB Variations
Color information
#3A7728 (or 0x3A7728) is known color: Bilbao. HEX triplet: 3A, 77 and 28. RGB value is (58,119,40). Sum of RGB (Red+Green+Blue) = 58+119+40=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7728 is #C588D7. Grayscale: #5C5C5C. Windows color (decimal): -12945624 or 2651962. OLE color: 2651962.
HSL color Cylindrical-coordinate representation of color #3A7728: hue angle of 106.33º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7728 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 40 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.53 |
| HSL | 106.33º | 0.5% | 0.31% | - |
| HSV(B) | 106.33º | 0.66% | 0.47% | - |
| XYZ | 8.72 | 14.25 | 4.3 | - |
| YUV | 91.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 40 | 0.51 | 0 | 0.66 | 0.53 | 106.33 | 0.5 | 0.31 |
| Hex | 3A | 77 | 28 | 33 | 0 | 42 | 35 | 6A | 32 | 1F |
| Octal | 72 | 167 | 50 | 63 | 0 | 102 | 65 | 152 | 62 | 37 |
| Binary | 111010 | 1110111 | 101000 | 110011 | 0 | 1000010 | 110101 | 1101010 | 110010 | 11111 |
Color Harmonies of #3A7728
Complementary color
Monochromatic Colors of #3A7728
Black with #3A7728
Text Example
Text Example
White with #3A7728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7728; }
p { color: rgb(58,119,40); }
H1.HeaderClassName
{
color: #3A7728;
}
.AnyTagClassName
{
color: #3A7728;
}
</style>
background-color css
<style>
a { background-color: #3A7728; }
a { background-color: rgb(58,119,40); }
div.DivClassName
{
background-color: #3A7728;
}
.BgClassName
{
background-color: #3A7728;
}
</style>
border-color css
<style>
span { border-color: #3A7728; }
span { border-color: rgb(58,119,40); }
td.TdClassName
{
border-color: #3A7728;
}
.TagClassName
{
border-color: #3A7728;
}
</style>