Shades of Bilbao #368E01
Tints of Bilbao #368E01
RGB
CMYK
RGB Variations
Color information
#368E01 (or 0x368E01) is known color: Bilbao. HEX triplet: 36, 8E and 01. RGB value is (54,142,1). Sum of RGB (Red+Green+Blue) = 54+142+1=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 142 (55.86% from 255 or 72.08% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 142 - color contains mainly: green. Hex color #368E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368E01 is #C971FE. Grayscale: #646464. Windows color (decimal): -13201919 or 101942. OLE color: 101942.
HSL color Cylindrical-coordinate representation of color #368E01: hue angle of 97.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #368E01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.44 |
| HSL | 97.45º | 0.99% | 0.28% | - |
| HSV(B) | 97.45º | 0.99% | 0.56% | - |
| XYZ | 11.2 | 20.13 | 3.32 | - |
| YUV | 99.61 | 72.35 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 1 | 0.62 | 0 | 0.99 | 0.44 | 97.45 | 0.99 | 0.28 |
| Hex | 36 | 8E | 1 | 3E | 0 | 63 | 2C | 61 | 63 | 1C |
| Octal | 66 | 216 | 1 | 76 | 0 | 143 | 54 | 141 | 143 | 34 |
| Binary | 110110 | 10001110 | 1 | 111110 | 0 | 1100011 | 101100 | 1100001 | 1100011 | 11100 |
Color Harmonies of #368E01
Complementary color
Monochromatic Colors of #368E01
Black with #368E01
Text Example
Text Example
White with #368E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E01; }
p { color: rgb(54,142,1); }
H1.HeaderClassName
{
color: #368E01;
}
.AnyTagClassName
{
color: #368E01;
}
</style>
background-color css
<style>
a { background-color: #368E01; }
a { background-color: rgb(54,142,1); }
div.DivClassName
{
background-color: #368E01;
}
.BgClassName
{
background-color: #368E01;
}
</style>
border-color css
<style>
span { border-color: #368E01; }
span { border-color: rgb(54,142,1); }
td.TdClassName
{
border-color: #368E01;
}
.TagClassName
{
border-color: #368E01;
}
</style>