Shades of Bilbao #348703
Tints of Bilbao #348703
RGB
CMYK
RGB Variations
Color information
#348703 (or 0x348703) is known color: Bilbao. HEX triplet: 34, 87 and 03. RGB value is (52,135,3). Sum of RGB (Red+Green+Blue) = 52+135+3=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #348703 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348703 is #CB78FC. Grayscale: #5F5F5F. Windows color (decimal): -13334781 or 231220. OLE color: 231220.
HSL color Cylindrical-coordinate representation of color #348703: hue angle of 97.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #348703 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 3 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.47 |
| HSL | 97.73º | 0.96% | 0.27% | - |
| HSV(B) | 97.73º | 0.98% | 0.53% | - |
| XYZ | 10.1 | 18.06 | 3.04 | - |
| YUV | 95.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 3 | 0.61 | 0 | 0.98 | 0.47 | 97.73 | 0.96 | 0.27 |
| Hex | 34 | 87 | 3 | 3D | 0 | 62 | 2F | 62 | 60 | 1B |
| Octal | 64 | 207 | 3 | 75 | 0 | 142 | 57 | 142 | 140 | 33 |
| Binary | 110100 | 10000111 | 11 | 111101 | 0 | 1100010 | 101111 | 1100010 | 1100000 | 11011 |
Color Harmonies of #348703
Complementary color
Monochromatic Colors of #348703
Black with #348703
Text Example
Text Example
White with #348703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348703; }
p { color: rgb(52,135,3); }
H1.HeaderClassName
{
color: #348703;
}
.AnyTagClassName
{
color: #348703;
}
</style>
background-color css
<style>
a { background-color: #348703; }
a { background-color: rgb(52,135,3); }
div.DivClassName
{
background-color: #348703;
}
.BgClassName
{
background-color: #348703;
}
</style>
border-color css
<style>
span { border-color: #348703; }
span { border-color: rgb(52,135,3); }
td.TdClassName
{
border-color: #348703;
}
.TagClassName
{
border-color: #348703;
}
</style>