Shades of Bilbao #338002
Tints of Bilbao #338002
RGB
CMYK
RGB Variations
Color information
#338002 (or 0x338002) is known color: Bilbao. HEX triplet: 33, 80 and 02. RGB value is (51,128,2). Sum of RGB (Red+Green+Blue) = 51+128+2=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #338002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338002 is #CC7FFD. Grayscale: #5B5B5B. Windows color (decimal): -13402110 or 163891. OLE color: 163891.
HSL color Cylindrical-coordinate representation of color #338002: hue angle of 96.67º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #338002 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 128 | 2 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.50 |
| HSL | 96.67º | 0.97% | 0.25% | - |
| HSV(B) | 96.67º | 0.98% | 0.5% | - |
| XYZ | 9.1 | 16.15 | 2.69 | - |
| YUV | 90.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 2 | 0.60 | 0 | 0.98 | 0.50 | 96.67 | 0.97 | 0.25 |
| Hex | 33 | 80 | 2 | 3C | 0 | 62 | 32 | 61 | 61 | 19 |
| Octal | 63 | 200 | 2 | 74 | 0 | 142 | 62 | 141 | 141 | 31 |
| Binary | 110011 | 10000000 | 10 | 111100 | 0 | 1100010 | 110010 | 1100001 | 1100001 | 11001 |
Color Harmonies of #338002
Complementary color
Monochromatic Colors of #338002
Black with #338002
Text Example
Text Example
White with #338002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338002; }
p { color: rgb(51,128,2); }
H1.HeaderClassName
{
color: #338002;
}
.AnyTagClassName
{
color: #338002;
}
</style>
background-color css
<style>
a { background-color: #338002; }
a { background-color: rgb(51,128,2); }
div.DivClassName
{
background-color: #338002;
}
.BgClassName
{
background-color: #338002;
}
</style>
border-color css
<style>
span { border-color: #338002; }
span { border-color: rgb(51,128,2); }
td.TdClassName
{
border-color: #338002;
}
.TagClassName
{
border-color: #338002;
}
</style>