Shades of Bilbao #438B01
Tints of Bilbao #438B01
RGB
CMYK
RGB Variations
Color information
#438B01 (or 0x438B01) is known color: Bilbao. HEX triplet: 43, 8B and 01. RGB value is (67,139,1). Sum of RGB (Red+Green+Blue) = 67+139+1=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #438B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438B01 is #BC74FE. Grayscale: #666666. Windows color (decimal): -12350719 or 101187. OLE color: 101187.
HSL color Cylindrical-coordinate representation of color #438B01: hue angle of 91.3º 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 #438B01 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.45 |
| HSL | 91.3º | 0.99% | 0.27% | - |
| HSV(B) | 91.3º | 0.99% | 0.55% | - |
| XYZ | 11.55 | 19.66 | 3.21 | - |
| YUV | 101.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 1 | 0.52 | 0 | 0.99 | 0.45 | 91.3 | 0.99 | 0.27 |
| Hex | 43 | 8B | 1 | 34 | 0 | 63 | 2D | 5B | 63 | 1B |
| Octal | 103 | 213 | 1 | 64 | 0 | 143 | 55 | 133 | 143 | 33 |
| Binary | 1000011 | 10001011 | 1 | 110100 | 0 | 1100011 | 101101 | 1011011 | 1100011 | 11011 |
Color Harmonies of #438B01
Complementary color
Monochromatic Colors of #438B01
Black with #438B01
Text Example
Text Example
White with #438B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B01; }
p { color: rgb(67,139,1); }
H1.HeaderClassName
{
color: #438B01;
}
.AnyTagClassName
{
color: #438B01;
}
</style>
background-color css
<style>
a { background-color: #438B01; }
a { background-color: rgb(67,139,1); }
div.DivClassName
{
background-color: #438B01;
}
.BgClassName
{
background-color: #438B01;
}
</style>
border-color css
<style>
span { border-color: #438B01; }
span { border-color: rgb(67,139,1); }
td.TdClassName
{
border-color: #438B01;
}
.TagClassName
{
border-color: #438B01;
}
</style>