Shades of Bilbao #368B01
Tints of Bilbao #368B01
RGB
CMYK
RGB Variations
Color information
#368B01 (or 0x368B01) is known color: Bilbao. HEX triplet: 36, 8B and 01. RGB value is (54,139,1). Sum of RGB (Red+Green+Blue) = 54+139+1=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #368B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368B01 is #C974FE. Grayscale: #626262. Windows color (decimal): -13202687 or 101174. OLE color: 101174.
HSL color Cylindrical-coordinate representation of color #368B01: hue angle of 96.96º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #368B01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.45 |
| HSL | 96.96º | 0.99% | 0.27% | - |
| HSV(B) | 96.96º | 0.99% | 0.55% | - |
| XYZ | 10.76 | 19.25 | 3.18 | - |
| YUV | 97.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 1 | 0.61 | 0 | 0.99 | 0.45 | 96.96 | 0.99 | 0.27 |
| Hex | 36 | 8B | 1 | 3D | 0 | 63 | 2D | 61 | 63 | 1B |
| Octal | 66 | 213 | 1 | 75 | 0 | 143 | 55 | 141 | 143 | 33 |
| Binary | 110110 | 10001011 | 1 | 111101 | 0 | 1100011 | 101101 | 1100001 | 1100011 | 11011 |
Color Harmonies of #368B01
Complementary color
Monochromatic Colors of #368B01
Black with #368B01
Text Example
Text Example
White with #368B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B01; }
p { color: rgb(54,139,1); }
H1.HeaderClassName
{
color: #368B01;
}
.AnyTagClassName
{
color: #368B01;
}
</style>
background-color css
<style>
a { background-color: #368B01; }
a { background-color: rgb(54,139,1); }
div.DivClassName
{
background-color: #368B01;
}
.BgClassName
{
background-color: #368B01;
}
</style>
border-color css
<style>
span { border-color: #368B01; }
span { border-color: rgb(54,139,1); }
td.TdClassName
{
border-color: #368B01;
}
.TagClassName
{
border-color: #368B01;
}
</style>