Shades of Bilbao #438300
Tints of Bilbao #438300
RGB
CMYK
RGB Variations
Color information
#438300 (or 0x438300) is known color: Bilbao. HEX triplet: 43, 83 and 00. RGB value is (67,131,0). Sum of RGB (Red+Green+Blue) = 67+131+0=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 131 (51.56% from 255 or 66.16% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 131 - color contains mainly: green. Hex color #438300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438300 is #BC7CFF. Grayscale: #616161. Windows color (decimal): -12352768 or 33603. OLE color: 33603.
HSL color Cylindrical-coordinate representation of color #438300: hue angle of 89.31º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #438300 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.49 |
| HSL | 89.31º | 1% | 0.26% | - |
| HSV(B) | 89.31º | 1% | 0.51% | - |
| XYZ | 10.43 | 17.43 | 2.81 | - |
| YUV | 96.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 0 | 0.49 | 0 | 1 | 0.49 | 89.31 | 1 | 0.26 |
| Hex | 43 | 83 | 0 | 31 | 0 | 64 | 31 | 59 | 64 | 1A |
| Octal | 103 | 203 | 0 | 61 | 0 | 144 | 61 | 131 | 144 | 32 |
| Binary | 1000011 | 10000011 | 0 | 110001 | 0 | 1100100 | 110001 | 1011001 | 1100100 | 11010 |
Color Harmonies of #438300
Complementary color
Monochromatic Colors of #438300
Black with #438300
Text Example
Text Example
White with #438300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438300; }
p { color: rgb(67,131,0); }
H1.HeaderClassName
{
color: #438300;
}
.AnyTagClassName
{
color: #438300;
}
</style>
background-color css
<style>
a { background-color: #438300; }
a { background-color: rgb(67,131,0); }
div.DivClassName
{
background-color: #438300;
}
.BgClassName
{
background-color: #438300;
}
</style>
border-color css
<style>
span { border-color: #438300; }
span { border-color: rgb(67,131,0); }
td.TdClassName
{
border-color: #438300;
}
.TagClassName
{
border-color: #438300;
}
</style>