Shades of Bilbao #368F04
Tints of Bilbao #368F04
RGB
CMYK
RGB Variations
Color information
#368F04 (or 0x368F04) is known color: Bilbao. HEX triplet: 36, 8F and 04. RGB value is (54,143,4). Sum of RGB (Red+Green+Blue) = 54+143+4=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #368F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368F04 is #C970FB. Grayscale: #656565. Windows color (decimal): -13201660 or 298806. OLE color: 298806.
HSL color Cylindrical-coordinate representation of color #368F04: hue angle of 98.42º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #368F04 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 143 | 4 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.44 |
| HSL | 98.42º | 0.95% | 0.29% | - |
| HSV(B) | 98.42º | 0.97% | 0.56% | - |
| XYZ | 11.37 | 20.44 | 3.46 | - |
| YUV | 100.54 | 73.51 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 4 | 0.62 | 0 | 0.97 | 0.44 | 98.42 | 0.95 | 0.29 |
| Hex | 36 | 8F | 4 | 3E | 0 | 61 | 2C | 62 | 5F | 1D |
| Octal | 66 | 217 | 4 | 76 | 0 | 141 | 54 | 142 | 137 | 35 |
| Binary | 110110 | 10001111 | 100 | 111110 | 0 | 1100001 | 101100 | 1100010 | 1011111 | 11101 |
Color Harmonies of #368F04
Complementary color
Monochromatic Colors of #368F04
Black with #368F04
Text Example
Text Example
White with #368F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368F04; }
p { color: rgb(54,143,4); }
H1.HeaderClassName
{
color: #368F04;
}
.AnyTagClassName
{
color: #368F04;
}
</style>
background-color css
<style>
a { background-color: #368F04; }
a { background-color: rgb(54,143,4); }
div.DivClassName
{
background-color: #368F04;
}
.BgClassName
{
background-color: #368F04;
}
</style>
border-color css
<style>
span { border-color: #368F04; }
span { border-color: rgb(54,143,4); }
td.TdClassName
{
border-color: #368F04;
}
.TagClassName
{
border-color: #368F04;
}
</style>