Shades of Bilbao #348B03
Tints of Bilbao #348B03
RGB
CMYK
RGB Variations
Color information
#348B03 (or 0x348B03) is known color: Bilbao. HEX triplet: 34, 8B and 03. RGB value is (52,139,3). Sum of RGB (Red+Green+Blue) = 52+139+3=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #348B03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348B03 is #CB74FC. Grayscale: #616161. Windows color (decimal): -13333757 or 232244. OLE color: 232244.
HSL color Cylindrical-coordinate representation of color #348B03: hue angle of 98.38º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #348B03 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 3 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.45 |
| HSL | 98.38º | 0.96% | 0.28% | - |
| HSV(B) | 98.38º | 0.98% | 0.55% | - |
| XYZ | 10.67 | 19.2 | 3.23 | - |
| YUV | 97.48 | 74.68 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 3 | 0.63 | 0 | 0.98 | 0.45 | 98.38 | 0.96 | 0.28 |
| Hex | 34 | 8B | 3 | 3F | 0 | 62 | 2D | 62 | 60 | 1C |
| Octal | 64 | 213 | 3 | 77 | 0 | 142 | 55 | 142 | 140 | 34 |
| Binary | 110100 | 10001011 | 11 | 111111 | 0 | 1100010 | 101101 | 1100010 | 1100000 | 11100 |
Color Harmonies of #348B03
Complementary color
Monochromatic Colors of #348B03
Black with #348B03
Text Example
Text Example
White with #348B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B03; }
p { color: rgb(52,139,3); }
H1.HeaderClassName
{
color: #348B03;
}
.AnyTagClassName
{
color: #348B03;
}
</style>
background-color css
<style>
a { background-color: #348B03; }
a { background-color: rgb(52,139,3); }
div.DivClassName
{
background-color: #348B03;
}
.BgClassName
{
background-color: #348B03;
}
</style>
border-color css
<style>
span { border-color: #348B03; }
span { border-color: rgb(52,139,3); }
td.TdClassName
{
border-color: #348B03;
}
.TagClassName
{
border-color: #348B03;
}
</style>