Shades of Bilbao #348C06
Tints of Bilbao #348C06
RGB
CMYK
RGB Variations
Color information
#348C06 (or 0x348C06) is known color: Bilbao. HEX triplet: 34, 8C and 06. RGB value is (52,140,6). Sum of RGB (Red+Green+Blue) = 52+140+6=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 140 (55.08% from 255 or 70.71% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 140 - color contains mainly: green. Hex color #348C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348C06 is #CB73F9. Grayscale: #626262. Windows color (decimal): -13333498 or 429108. OLE color: 429108.
HSL color Cylindrical-coordinate representation of color #348C06: hue angle of 99.4º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #348C06 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 6 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.45 |
| HSL | 99.4º | 0.92% | 0.29% | - |
| HSV(B) | 99.4º | 0.96% | 0.55% | - |
| XYZ | 10.83 | 19.5 | 3.37 | - |
| YUV | 98.41 | 75.85 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 6 | 0.63 | 0 | 0.96 | 0.45 | 99.4 | 0.92 | 0.29 |
| Hex | 34 | 8C | 6 | 3F | 0 | 60 | 2D | 63 | 5C | 1D |
| Octal | 64 | 214 | 6 | 77 | 0 | 140 | 55 | 143 | 134 | 35 |
| Binary | 110100 | 10001100 | 110 | 111111 | 0 | 1100000 | 101101 | 1100011 | 1011100 | 11101 |
Color Harmonies of #348C06
Complementary color
Monochromatic Colors of #348C06
Black with #348C06
Text Example
Text Example
White with #348C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C06; }
p { color: rgb(52,140,6); }
H1.HeaderClassName
{
color: #348C06;
}
.AnyTagClassName
{
color: #348C06;
}
</style>
background-color css
<style>
a { background-color: #348C06; }
a { background-color: rgb(52,140,6); }
div.DivClassName
{
background-color: #348C06;
}
.BgClassName
{
background-color: #348C06;
}
</style>
border-color css
<style>
span { border-color: #348C06; }
span { border-color: rgb(52,140,6); }
td.TdClassName
{
border-color: #348C06;
}
.TagClassName
{
border-color: #348C06;
}
</style>