Shades of Bilbao #3C8A09
Tints of Bilbao #3C8A09
RGB
CMYK
RGB Variations
Color information
#3C8A09 (or 0x3C8A09) is known color: Bilbao. HEX triplet: 3C, 8A and 09. RGB value is (60,138,9). Sum of RGB (Red+Green+Blue) = 60+138+9=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8A09 is #C375F6. Grayscale: #646464. Windows color (decimal): -12809719 or 625212. OLE color: 625212.
HSL color Cylindrical-coordinate representation of color #3C8A09: hue angle of 96.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C8A09 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 9 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.46 |
| HSL | 96.28º | 0.88% | 0.29% | - |
| HSV(B) | 96.28º | 0.93% | 0.54% | - |
| XYZ | 11 | 19.16 | 3.38 | - |
| YUV | 99.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 9 | 0.57 | 0 | 0.93 | 0.46 | 96.28 | 0.88 | 0.29 |
| Hex | 3C | 8A | 9 | 39 | 0 | 5D | 2E | 60 | 58 | 1D |
| Octal | 74 | 212 | 11 | 71 | 0 | 135 | 56 | 140 | 130 | 35 |
| Binary | 111100 | 10001010 | 1001 | 111001 | 0 | 1011101 | 101110 | 1100000 | 1011000 | 11101 |
Color Harmonies of #3C8A09
Complementary color
Monochromatic Colors of #3C8A09
Black with #3C8A09
Text Example
Text Example
White with #3C8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A09; }
p { color: rgb(60,138,9); }
H1.HeaderClassName
{
color: #3C8A09;
}
.AnyTagClassName
{
color: #3C8A09;
}
</style>
background-color css
<style>
a { background-color: #3C8A09; }
a { background-color: rgb(60,138,9); }
div.DivClassName
{
background-color: #3C8A09;
}
.BgClassName
{
background-color: #3C8A09;
}
</style>
border-color css
<style>
span { border-color: #3C8A09; }
span { border-color: rgb(60,138,9); }
td.TdClassName
{
border-color: #3C8A09;
}
.TagClassName
{
border-color: #3C8A09;
}
</style>