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