Shades of Bilbao #338B02
Tints of Bilbao #338B02
RGB
CMYK
RGB Variations
Color information
#338B02 (or 0x338B02) is known color: Bilbao. HEX triplet: 33, 8B and 02. RGB value is (51,139,2). Sum of RGB (Red+Green+Blue) = 51+139+2=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 139 (54.69% from 255 or 72.40% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 139 - color contains mainly: green. Hex color #338B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338B02 is #CC74FD. Grayscale: #616161. Windows color (decimal): -13399294 or 166707. OLE color: 166707.
HSL color Cylindrical-coordinate representation of color #338B02: hue angle of 98.54º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #338B02 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.45 |
| HSL | 98.54º | 0.97% | 0.28% | - |
| HSV(B) | 98.54º | 0.99% | 0.55% | - |
| XYZ | 10.61 | 19.17 | 3.2 | - |
| YUV | 97.07 | 74.35 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 2 | 0.63 | 0 | 0.99 | 0.45 | 98.54 | 0.97 | 0.28 |
| Hex | 33 | 8B | 2 | 3F | 0 | 63 | 2D | 63 | 61 | 1C |
| Octal | 63 | 213 | 2 | 77 | 0 | 143 | 55 | 143 | 141 | 34 |
| Binary | 110011 | 10001011 | 10 | 111111 | 0 | 1100011 | 101101 | 1100011 | 1100001 | 11100 |
Color Harmonies of #338B02
Complementary color
Monochromatic Colors of #338B02
Black with #338B02
Text Example
Text Example
White with #338B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B02; }
p { color: rgb(51,139,2); }
H1.HeaderClassName
{
color: #338B02;
}
.AnyTagClassName
{
color: #338B02;
}
</style>
background-color css
<style>
a { background-color: #338B02; }
a { background-color: rgb(51,139,2); }
div.DivClassName
{
background-color: #338B02;
}
.BgClassName
{
background-color: #338B02;
}
</style>
border-color css
<style>
span { border-color: #338B02; }
span { border-color: rgb(51,139,2); }
td.TdClassName
{
border-color: #338B02;
}
.TagClassName
{
border-color: #338B02;
}
</style>