Shades of Bilbao #348808
Tints of Bilbao #348808
RGB
CMYK
RGB Variations
Color information
#348808 (or 0x348808) is known color: Bilbao. HEX triplet: 34, 88 and 08. RGB value is (52,136,8). Sum of RGB (Red+Green+Blue) = 52+136+8=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #348808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348808 is #CB77F7. Grayscale: #606060. Windows color (decimal): -13334520 or 559156. OLE color: 559156.
HSL color Cylindrical-coordinate representation of color #348808: hue angle of 99.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #348808 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 8 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.47 |
| HSL | 99.38º | 0.89% | 0.28% | - |
| HSV(B) | 99.38º | 0.94% | 0.53% | - |
| XYZ | 10.26 | 18.36 | 3.23 | - |
| YUV | 96.29 | 78.17 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 8 | 0.62 | 0 | 0.94 | 0.47 | 99.38 | 0.89 | 0.28 |
| Hex | 34 | 88 | 8 | 3E | 0 | 5E | 2F | 63 | 59 | 1C |
| Octal | 64 | 210 | 10 | 76 | 0 | 136 | 57 | 143 | 131 | 34 |
| Binary | 110100 | 10001000 | 1000 | 111110 | 0 | 1011110 | 101111 | 1100011 | 1011001 | 11100 |
Color Harmonies of #348808
Complementary color
Monochromatic Colors of #348808
Black with #348808
Text Example
Text Example
White with #348808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348808; }
p { color: rgb(52,136,8); }
H1.HeaderClassName
{
color: #348808;
}
.AnyTagClassName
{
color: #348808;
}
</style>
background-color css
<style>
a { background-color: #348808; }
a { background-color: rgb(52,136,8); }
div.DivClassName
{
background-color: #348808;
}
.BgClassName
{
background-color: #348808;
}
</style>
border-color css
<style>
span { border-color: #348808; }
span { border-color: rgb(52,136,8); }
td.TdClassName
{
border-color: #348808;
}
.TagClassName
{
border-color: #348808;
}
</style>