Shades of Bilbao #368A09
Tints of Bilbao #368A09
RGB
CMYK
RGB Variations
Color information
#368A09 (or 0x368A09) is known color: Bilbao. HEX triplet: 36, 8A and 09. RGB value is (54,138,9). Sum of RGB (Red+Green+Blue) = 54+138+9=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #368A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368A09 is #C975F6. Grayscale: #626262. Windows color (decimal): -13202935 or 625206. OLE color: 625206.
HSL color Cylindrical-coordinate representation of color #368A09: hue angle of 99.07º 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 #368A09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 138 | 9 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.46 |
| HSL | 99.07º | 0.88% | 0.29% | - |
| HSV(B) | 99.07º | 0.93% | 0.54% | - |
| XYZ | 10.66 | 18.98 | 3.36 | - |
| YUV | 98.18 | 77.67 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 9 | 0.61 | 0 | 0.93 | 0.46 | 99.07 | 0.88 | 0.29 |
| Hex | 36 | 8A | 9 | 3D | 0 | 5D | 2E | 63 | 58 | 1D |
| Octal | 66 | 212 | 11 | 75 | 0 | 135 | 56 | 143 | 130 | 35 |
| Binary | 110110 | 10001010 | 1001 | 111101 | 0 | 1011101 | 101110 | 1100011 | 1011000 | 11101 |
Color Harmonies of #368A09
Complementary color
Monochromatic Colors of #368A09
Black with #368A09
Text Example
Text Example
White with #368A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368A09; }
p { color: rgb(54,138,9); }
H1.HeaderClassName
{
color: #368A09;
}
.AnyTagClassName
{
color: #368A09;
}
</style>
background-color css
<style>
a { background-color: #368A09; }
a { background-color: rgb(54,138,9); }
div.DivClassName
{
background-color: #368A09;
}
.BgClassName
{
background-color: #368A09;
}
</style>
border-color css
<style>
span { border-color: #368A09; }
span { border-color: rgb(54,138,9); }
td.TdClassName
{
border-color: #368A09;
}
.TagClassName
{
border-color: #368A09;
}
</style>