Shades of Bilbao #348100
Tints of Bilbao #348100
RGB
CMYK
RGB Variations
Color information
#348100 (or 0x348100) is known color: Bilbao. HEX triplet: 34, 81 and 00. RGB value is (52,129,0). Sum of RGB (Red+Green+Blue) = 52+129+0=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #348100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348100 is #CB7EFF. Grayscale: #5B5B5B. Windows color (decimal): -13336320 or 33076. OLE color: 33076.
HSL color Cylindrical-coordinate representation of color #348100: hue angle of 95.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #348100 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.49 |
| HSL | 95.81º | 1% | 0.25% | - |
| HSV(B) | 95.81º | 1% | 0.51% | - |
| XYZ | 9.27 | 16.43 | 2.68 | - |
| YUV | 91.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 0 | 0.60 | 0 | 1 | 0.49 | 95.81 | 1 | 0.25 |
| Hex | 34 | 81 | 0 | 3C | 0 | 64 | 31 | 60 | 64 | 19 |
| Octal | 64 | 201 | 0 | 74 | 0 | 144 | 61 | 140 | 144 | 31 |
| Binary | 110100 | 10000001 | 0 | 111100 | 0 | 1100100 | 110001 | 1100000 | 1100100 | 11001 |
Color Harmonies of #348100
Complementary color
Monochromatic Colors of #348100
Black with #348100
Text Example
Text Example
White with #348100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348100; }
p { color: rgb(52,129,0); }
H1.HeaderClassName
{
color: #348100;
}
.AnyTagClassName
{
color: #348100;
}
</style>
background-color css
<style>
a { background-color: #348100; }
a { background-color: rgb(52,129,0); }
div.DivClassName
{
background-color: #348100;
}
.BgClassName
{
background-color: #348100;
}
</style>
border-color css
<style>
span { border-color: #348100; }
span { border-color: rgb(52,129,0); }
td.TdClassName
{
border-color: #348100;
}
.TagClassName
{
border-color: #348100;
}
</style>