Shades of Bilbao #368201
Tints of Bilbao #368201
RGB
CMYK
RGB Variations
Color information
#368201 (or 0x368201) is known color: Bilbao. HEX triplet: 36, 82 and 01. RGB value is (54,130,1). Sum of RGB (Red+Green+Blue) = 54+130+1=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #368201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368201 is #C97DFE. Grayscale: #5D5D5D. Windows color (decimal): -13204991 or 98870. OLE color: 98870.
HSL color Cylindrical-coordinate representation of color #368201: hue angle of 95.35º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #368201 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.49 |
| HSL | 95.35º | 0.98% | 0.26% | - |
| HSV(B) | 95.35º | 0.99% | 0.51% | - |
| XYZ | 9.51 | 16.75 | 2.76 | - |
| YUV | 92.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 1 | 0.58 | 0 | 0.99 | 0.49 | 95.35 | 0.98 | 0.26 |
| Hex | 36 | 82 | 1 | 3A | 0 | 63 | 31 | 5F | 62 | 1A |
| Octal | 66 | 202 | 1 | 72 | 0 | 143 | 61 | 137 | 142 | 32 |
| Binary | 110110 | 10000010 | 1 | 111010 | 0 | 1100011 | 110001 | 1011111 | 1100010 | 11010 |
Color Harmonies of #368201
Complementary color
Monochromatic Colors of #368201
Black with #368201
Text Example
Text Example
White with #368201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368201; }
p { color: rgb(54,130,1); }
H1.HeaderClassName
{
color: #368201;
}
.AnyTagClassName
{
color: #368201;
}
</style>
background-color css
<style>
a { background-color: #368201; }
a { background-color: rgb(54,130,1); }
div.DivClassName
{
background-color: #368201;
}
.BgClassName
{
background-color: #368201;
}
</style>
border-color css
<style>
span { border-color: #368201; }
span { border-color: rgb(54,130,1); }
td.TdClassName
{
border-color: #368201;
}
.TagClassName
{
border-color: #368201;
}
</style>