Shades of Bilbao #338100
Tints of Bilbao #338100
RGB
CMYK
RGB Variations
Color information
#338100 (or 0x338100) is known color: Bilbao. HEX triplet: 33, 81 and 00. RGB value is (51,129,0). Sum of RGB (Red+Green+Blue) = 51+129+0=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #338100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338100 is #CC7EFF. Grayscale: #5B5B5B. Windows color (decimal): -13401856 or 33075. OLE color: 33075.
HSL color Cylindrical-coordinate representation of color #338100: hue angle of 96.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #338100 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.49 |
| HSL | 96.28º | 1% | 0.25% | - |
| HSV(B) | 96.28º | 1% | 0.51% | - |
| XYZ | 9.22 | 16.4 | 2.68 | - |
| YUV | 90.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 0 | 0.60 | 0 | 1 | 0.49 | 96.28 | 1 | 0.25 |
| Hex | 33 | 81 | 0 | 3C | 0 | 64 | 31 | 60 | 64 | 19 |
| Octal | 63 | 201 | 0 | 74 | 0 | 144 | 61 | 140 | 144 | 31 |
| Binary | 110011 | 10000001 | 0 | 111100 | 0 | 1100100 | 110001 | 1100000 | 1100100 | 11001 |
Color Harmonies of #338100
Complementary color
Monochromatic Colors of #338100
Black with #338100
Text Example
Text Example
White with #338100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338100; }
p { color: rgb(51,129,0); }
H1.HeaderClassName
{
color: #338100;
}
.AnyTagClassName
{
color: #338100;
}
</style>
background-color css
<style>
a { background-color: #338100; }
a { background-color: rgb(51,129,0); }
div.DivClassName
{
background-color: #338100;
}
.BgClassName
{
background-color: #338100;
}
</style>
border-color css
<style>
span { border-color: #338100; }
span { border-color: rgb(51,129,0); }
td.TdClassName
{
border-color: #338100;
}
.TagClassName
{
border-color: #338100;
}
</style>