Shades of Bilbao #34701C
Tints of Bilbao #34701C
RGB
CMYK
RGB Variations
Color information
#34701C (or 0x34701C) is known color: Bilbao. HEX triplet: 34, 70 and 1C. RGB value is (52,112,28). Sum of RGB (Red+Green+Blue) = 52+112+28=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #34701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34701C is #CB8FE3. Grayscale: #545454. Windows color (decimal): -13340644 or 1863732. OLE color: 1863732.
HSL color Cylindrical-coordinate representation of color #34701C: hue angle of 102.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34701C is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 28 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.56 |
| HSL | 102.86º | 0.6% | 0.27% | - |
| HSV(B) | 102.86º | 0.75% | 0.44% | - |
| XYZ | 7.42 | 12.4 | 3.1 | - |
| YUV | 84.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 28 | 0.54 | 0 | 0.75 | 0.56 | 102.86 | 0.6 | 0.27 |
| Hex | 34 | 70 | 1C | 36 | 0 | 4B | 38 | 67 | 3C | 1B |
| Octal | 64 | 160 | 34 | 66 | 0 | 113 | 70 | 147 | 74 | 33 |
| Binary | 110100 | 1110000 | 11100 | 110110 | 0 | 1001011 | 111000 | 1100111 | 111100 | 11011 |
Color Harmonies of #34701C
Complementary color
Monochromatic Colors of #34701C
Black with #34701C
Text Example
Text Example
White with #34701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34701C; }
p { color: rgb(52,112,28); }
H1.HeaderClassName
{
color: #34701C;
}
.AnyTagClassName
{
color: #34701C;
}
</style>
background-color css
<style>
a { background-color: #34701C; }
a { background-color: rgb(52,112,28); }
div.DivClassName
{
background-color: #34701C;
}
.BgClassName
{
background-color: #34701C;
}
</style>
border-color css
<style>
span { border-color: #34701C; }
span { border-color: rgb(52,112,28); }
td.TdClassName
{
border-color: #34701C;
}
.TagClassName
{
border-color: #34701C;
}
</style>