Shades of Bilbao #399001
Tints of Bilbao #399001
RGB
CMYK
RGB Variations
Color information
#399001 (or 0x399001) is known color: Bilbao. HEX triplet: 39, 90 and 01. RGB value is (57,144,1). Sum of RGB (Red+Green+Blue) = 57+144+1=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #399001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399001 is #C66FFE. Grayscale: #666666. Windows color (decimal): -13004799 or 102457. OLE color: 102457.
HSL color Cylindrical-coordinate representation of color #399001: hue angle of 96.5º 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 #399001 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 1 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.44 |
| HSL | 96.5º | 0.99% | 0.28% | - |
| HSV(B) | 96.5º | 0.99% | 0.56% | - |
| XYZ | 11.67 | 20.82 | 3.43 | - |
| YUV | 101.69 | 71.18 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 1 | 0.60 | 0 | 0.99 | 0.44 | 96.5 | 0.99 | 0.28 |
| Hex | 39 | 90 | 1 | 3C | 0 | 63 | 2C | 61 | 63 | 1C |
| Octal | 71 | 220 | 1 | 74 | 0 | 143 | 54 | 141 | 143 | 34 |
| Binary | 111001 | 10010000 | 1 | 111100 | 0 | 1100011 | 101100 | 1100001 | 1100011 | 11100 |
Color Harmonies of #399001
Complementary color
Monochromatic Colors of #399001
Black with #399001
Text Example
Text Example
White with #399001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399001; }
p { color: rgb(57,144,1); }
H1.HeaderClassName
{
color: #399001;
}
.AnyTagClassName
{
color: #399001;
}
</style>
background-color css
<style>
a { background-color: #399001; }
a { background-color: rgb(57,144,1); }
div.DivClassName
{
background-color: #399001;
}
.BgClassName
{
background-color: #399001;
}
</style>
border-color css
<style>
span { border-color: #399001; }
span { border-color: rgb(57,144,1); }
td.TdClassName
{
border-color: #399001;
}
.TagClassName
{
border-color: #399001;
}
</style>