Shades of Bilbao #368109
Tints of Bilbao #368109
RGB
CMYK
RGB Variations
Color information
#368109 (or 0x368109) is known color: Bilbao. HEX triplet: 36, 81 and 09. RGB value is (54,129,9). Sum of RGB (Red+Green+Blue) = 54+129+9=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #368109 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368109 is #C97EF6. Grayscale: #5D5D5D. Windows color (decimal): -13205239 or 622902. OLE color: 622902.
HSL color Cylindrical-coordinate representation of color #368109: hue angle of 97.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #368109 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 129 | 9 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.49 |
| HSL | 97.5º | 0.87% | 0.27% | - |
| HSV(B) | 97.5º | 0.93% | 0.51% | - |
| XYZ | 9.42 | 16.5 | 2.95 | - |
| YUV | 92.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 9 | 0.58 | 0 | 0.93 | 0.49 | 97.5 | 0.87 | 0.27 |
| Hex | 36 | 81 | 9 | 3A | 0 | 5D | 31 | 62 | 57 | 1B |
| Octal | 66 | 201 | 11 | 72 | 0 | 135 | 61 | 142 | 127 | 33 |
| Binary | 110110 | 10000001 | 1001 | 111010 | 0 | 1011101 | 110001 | 1100010 | 1010111 | 11011 |
Color Harmonies of #368109
Complementary color
Monochromatic Colors of #368109
Black with #368109
Text Example
Text Example
White with #368109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368109; }
p { color: rgb(54,129,9); }
H1.HeaderClassName
{
color: #368109;
}
.AnyTagClassName
{
color: #368109;
}
</style>
background-color css
<style>
a { background-color: #368109; }
a { background-color: rgb(54,129,9); }
div.DivClassName
{
background-color: #368109;
}
.BgClassName
{
background-color: #368109;
}
</style>
border-color css
<style>
span { border-color: #368109; }
span { border-color: rgb(54,129,9); }
td.TdClassName
{
border-color: #368109;
}
.TagClassName
{
border-color: #368109;
}
</style>