Shades of Bilbao #348200
Tints of Bilbao #348200
RGB
CMYK
RGB Variations
Color information
#348200 (or 0x348200) is known color: Bilbao. HEX triplet: 34, 82 and 00. RGB value is (52,130,0). Sum of RGB (Red+Green+Blue) = 52+130+0=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #348200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348200 is #CB7DFF. Grayscale: #5C5C5C. Windows color (decimal): -13336064 or 33332. OLE color: 33332.
HSL color Cylindrical-coordinate representation of color #348200: hue angle of 96º 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 #348200 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.49 |
| HSL | 96º | 1% | 0.25% | - |
| HSV(B) | 96º | 1% | 0.51% | - |
| XYZ | 9.4 | 16.7 | 2.73 | - |
| YUV | 91.86 | 76.16 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 0 | 0.60 | 0 | 1 | 0.49 | 96 | 1 | 0.25 |
| Hex | 34 | 82 | 0 | 3C | 0 | 64 | 31 | 60 | 64 | 19 |
| Octal | 64 | 202 | 0 | 74 | 0 | 144 | 61 | 140 | 144 | 31 |
| Binary | 110100 | 10000010 | 0 | 111100 | 0 | 1100100 | 110001 | 1100000 | 1100100 | 11001 |
Color Harmonies of #348200
Complementary color
Monochromatic Colors of #348200
Black with #348200
Text Example
Text Example
White with #348200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348200; }
p { color: rgb(52,130,0); }
H1.HeaderClassName
{
color: #348200;
}
.AnyTagClassName
{
color: #348200;
}
</style>
background-color css
<style>
a { background-color: #348200; }
a { background-color: rgb(52,130,0); }
div.DivClassName
{
background-color: #348200;
}
.BgClassName
{
background-color: #348200;
}
</style>
border-color css
<style>
span { border-color: #348200; }
span { border-color: rgb(52,130,0); }
td.TdClassName
{
border-color: #348200;
}
.TagClassName
{
border-color: #348200;
}
</style>