Shades of Bilbao #338A19
Tints of Bilbao #338A19
RGB
CMYK
RGB Variations
Color information
#338A19 (or 0x338A19) is known color: Bilbao. HEX triplet: 33, 8A and 19. RGB value is (51,138,25). Sum of RGB (Red+Green+Blue) = 51+138+25=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #338A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A19 is #CC75E6. Grayscale: #636363. Windows color (decimal): -13399527 or 1673779. OLE color: 1673779.
HSL color Cylindrical-coordinate representation of color #338A19: hue angle of 106.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #338A19 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 25 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.46 |
| HSL | 106.19º | 0.69% | 0.32% | - |
| HSV(B) | 106.19º | 0.82% | 0.54% | - |
| XYZ | 10.63 | 18.95 | 4.02 | - |
| YUV | 99.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 25 | 0.63 | 0 | 0.82 | 0.46 | 106.19 | 0.69 | 0.32 |
| Hex | 33 | 8A | 19 | 3F | 0 | 52 | 2E | 6A | 45 | 20 |
| Octal | 63 | 212 | 31 | 77 | 0 | 122 | 56 | 152 | 105 | 40 |
| Binary | 110011 | 10001010 | 11001 | 111111 | 0 | 1010010 | 101110 | 1101010 | 1000101 | 100000 |
Color Harmonies of #338A19
Complementary color
Monochromatic Colors of #338A19
Black with #338A19
Text Example
Text Example
White with #338A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A19; }
p { color: rgb(51,138,25); }
H1.HeaderClassName
{
color: #338A19;
}
.AnyTagClassName
{
color: #338A19;
}
</style>
background-color css
<style>
a { background-color: #338A19; }
a { background-color: rgb(51,138,25); }
div.DivClassName
{
background-color: #338A19;
}
.BgClassName
{
background-color: #338A19;
}
</style>
border-color css
<style>
span { border-color: #338A19; }
span { border-color: rgb(51,138,25); }
td.TdClassName
{
border-color: #338A19;
}
.TagClassName
{
border-color: #338A19;
}
</style>