Shades of Bilbao #338A21
Tints of Bilbao #338A21
RGB
CMYK
RGB Variations
Color information
#338A21 (or 0x338A21) is known color: Bilbao. HEX triplet: 33, 8A and 21. RGB value is (51,138,33). Sum of RGB (Red+Green+Blue) = 51+138+33=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #338A21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A21 is #CC75DE. Grayscale: #646464. Windows color (decimal): -13399519 or 2198067. OLE color: 2198067.
HSL color Cylindrical-coordinate representation of color #338A21: hue angle of 109.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338A21 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 33 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.46 |
| HSL | 109.71º | 0.61% | 0.34% | - |
| HSV(B) | 109.71º | 0.76% | 0.54% | - |
| XYZ | 10.73 | 18.99 | 4.54 | - |
| YUV | 100.02 | 90.18 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 33 | 0.63 | 0 | 0.76 | 0.46 | 109.71 | 0.61 | 0.34 |
| Hex | 33 | 8A | 21 | 3F | 0 | 4C | 2E | 6E | 3D | 22 |
| Octal | 63 | 212 | 41 | 77 | 0 | 114 | 56 | 156 | 75 | 42 |
| Binary | 110011 | 10001010 | 100001 | 111111 | 0 | 1001100 | 101110 | 1101110 | 111101 | 100010 |
Color Harmonies of #338A21
Complementary color
Monochromatic Colors of #338A21
Black with #338A21
Text Example
Text Example
White with #338A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A21; }
p { color: rgb(51,138,33); }
H1.HeaderClassName
{
color: #338A21;
}
.AnyTagClassName
{
color: #338A21;
}
</style>
background-color css
<style>
a { background-color: #338A21; }
a { background-color: rgb(51,138,33); }
div.DivClassName
{
background-color: #338A21;
}
.BgClassName
{
background-color: #338A21;
}
</style>
border-color css
<style>
span { border-color: #338A21; }
span { border-color: rgb(51,138,33); }
td.TdClassName
{
border-color: #338A21;
}
.TagClassName
{
border-color: #338A21;
}
</style>