Shades of Bilbao #438A01
Tints of Bilbao #438A01
RGB
CMYK
RGB Variations
Color information
#438A01 (or 0x438A01) is known color: Bilbao. HEX triplet: 43, 8A and 01. RGB value is (67,138,1). Sum of RGB (Red+Green+Blue) = 67+138+1=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #438A01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438A01 is #BC75FE. Grayscale: #656565. Windows color (decimal): -12350975 or 100931. OLE color: 100931.
HSL color Cylindrical-coordinate representation of color #438A01: hue angle of 91.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #438A01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.46 |
| HSL | 91.09º | 0.99% | 0.27% | - |
| HSV(B) | 91.09º | 0.99% | 0.54% | - |
| XYZ | 11.41 | 19.37 | 3.17 | - |
| YUV | 101.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 1 | 0.51 | 0 | 0.99 | 0.46 | 91.09 | 0.99 | 0.27 |
| Hex | 43 | 8A | 1 | 33 | 0 | 63 | 2E | 5B | 63 | 1B |
| Octal | 103 | 212 | 1 | 63 | 0 | 143 | 56 | 133 | 143 | 33 |
| Binary | 1000011 | 10001010 | 1 | 110011 | 0 | 1100011 | 101110 | 1011011 | 1100011 | 11011 |
Color Harmonies of #438A01
Complementary color
Monochromatic Colors of #438A01
Black with #438A01
Text Example
Text Example
White with #438A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A01; }
p { color: rgb(67,138,1); }
H1.HeaderClassName
{
color: #438A01;
}
.AnyTagClassName
{
color: #438A01;
}
</style>
background-color css
<style>
a { background-color: #438A01; }
a { background-color: rgb(67,138,1); }
div.DivClassName
{
background-color: #438A01;
}
.BgClassName
{
background-color: #438A01;
}
</style>
border-color css
<style>
span { border-color: #438A01; }
span { border-color: rgb(67,138,1); }
td.TdClassName
{
border-color: #438A01;
}
.TagClassName
{
border-color: #438A01;
}
</style>