Shades of Bilbao #338B07
Tints of Bilbao #338B07
RGB
CMYK
RGB Variations
Color information
#338B07 (or 0x338B07) is known color: Bilbao. HEX triplet: 33, 8B and 07. RGB value is (51,139,7). Sum of RGB (Red+Green+Blue) = 51+139+7=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 139 (54.69% from 255 or 70.56% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 139 - color contains mainly: green. Hex color #338B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338B07 is #CC74F8. Grayscale: #626262. Windows color (decimal): -13399289 or 494387. OLE color: 494387.
HSL color Cylindrical-coordinate representation of color #338B07: hue angle of 100º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #338B07 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 7 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.45 |
| HSL | 100º | 0.9% | 0.29% | - |
| HSV(B) | 100º | 0.95% | 0.55% | - |
| XYZ | 10.64 | 19.18 | 3.34 | - |
| YUV | 97.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 7 | 0.63 | 0 | 0.95 | 0.45 | 100 | 0.9 | 0.29 |
| Hex | 33 | 8B | 7 | 3F | 0 | 5F | 2D | 64 | 5A | 1D |
| Octal | 63 | 213 | 7 | 77 | 0 | 137 | 55 | 144 | 132 | 35 |
| Binary | 110011 | 10001011 | 111 | 111111 | 0 | 1011111 | 101101 | 1100100 | 1011010 | 11101 |
Color Harmonies of #338B07
Complementary color
Monochromatic Colors of #338B07
Black with #338B07
Text Example
Text Example
White with #338B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B07; }
p { color: rgb(51,139,7); }
H1.HeaderClassName
{
color: #338B07;
}
.AnyTagClassName
{
color: #338B07;
}
</style>
background-color css
<style>
a { background-color: #338B07; }
a { background-color: rgb(51,139,7); }
div.DivClassName
{
background-color: #338B07;
}
.BgClassName
{
background-color: #338B07;
}
</style>
border-color css
<style>
span { border-color: #338B07; }
span { border-color: rgb(51,139,7); }
td.TdClassName
{
border-color: #338B07;
}
.TagClassName
{
border-color: #338B07;
}
</style>