Shades of Bilbao #338409
Tints of Bilbao #338409
RGB
CMYK
RGB Variations
Color information
#338409 (or 0x338409) is known color: Bilbao. HEX triplet: 33, 84 and 09. RGB value is (51,132,9). Sum of RGB (Red+Green+Blue) = 51+132+9=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #338409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338409 is #CC7BF6. Grayscale: #5E5E5E. Windows color (decimal): -13401079 or 623667. OLE color: 623667.
HSL color Cylindrical-coordinate representation of color #338409: hue angle of 99.51º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #338409 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 9 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.48 |
| HSL | 99.51º | 0.87% | 0.28% | - |
| HSV(B) | 99.51º | 0.93% | 0.52% | - |
| XYZ | 9.67 | 17.23 | 3.07 | - |
| YUV | 93.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 9 | 0.61 | 0 | 0.93 | 0.48 | 99.51 | 0.87 | 0.28 |
| Hex | 33 | 84 | 9 | 3D | 0 | 5D | 30 | 64 | 57 | 1C |
| Octal | 63 | 204 | 11 | 75 | 0 | 135 | 60 | 144 | 127 | 34 |
| Binary | 110011 | 10000100 | 1001 | 111101 | 0 | 1011101 | 110000 | 1100100 | 1010111 | 11100 |
Color Harmonies of #338409
Complementary color
Monochromatic Colors of #338409
Black with #338409
Text Example
Text Example
White with #338409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338409; }
p { color: rgb(51,132,9); }
H1.HeaderClassName
{
color: #338409;
}
.AnyTagClassName
{
color: #338409;
}
</style>
background-color css
<style>
a { background-color: #338409; }
a { background-color: rgb(51,132,9); }
div.DivClassName
{
background-color: #338409;
}
.BgClassName
{
background-color: #338409;
}
</style>
border-color css
<style>
span { border-color: #338409; }
span { border-color: rgb(51,132,9); }
td.TdClassName
{
border-color: #338409;
}
.TagClassName
{
border-color: #338409;
}
</style>