Shades of Bilbao #34751E
Tints of Bilbao #34751E
RGB
CMYK
RGB Variations
Color information
#34751E (or 0x34751E) is known color: Bilbao. HEX triplet: 34, 75 and 1E. RGB value is (52,117,30). Sum of RGB (Red+Green+Blue) = 52+117+30=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #34751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34751E is #CB8AE1. Grayscale: #575757. Windows color (decimal): -13339362 or 1996084. OLE color: 1996084.
HSL color Cylindrical-coordinate representation of color #34751E: hue angle of 104.83º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34751E is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 30 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.54 |
| HSL | 104.83º | 0.59% | 0.29% | - |
| HSV(B) | 104.83º | 0.74% | 0.46% | - |
| XYZ | 8.01 | 13.55 | 3.42 | - |
| YUV | 87.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 30 | 0.56 | 0 | 0.74 | 0.54 | 104.83 | 0.59 | 0.29 |
| Hex | 34 | 75 | 1E | 38 | 0 | 4A | 36 | 69 | 3B | 1D |
| Octal | 64 | 165 | 36 | 70 | 0 | 112 | 66 | 151 | 73 | 35 |
| Binary | 110100 | 1110101 | 11110 | 111000 | 0 | 1001010 | 110110 | 1101001 | 111011 | 11101 |
Color Harmonies of #34751E
Complementary color
Monochromatic Colors of #34751E
Black with #34751E
Text Example
Text Example
White with #34751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34751E; }
p { color: rgb(52,117,30); }
H1.HeaderClassName
{
color: #34751E;
}
.AnyTagClassName
{
color: #34751E;
}
</style>
background-color css
<style>
a { background-color: #34751E; }
a { background-color: rgb(52,117,30); }
div.DivClassName
{
background-color: #34751E;
}
.BgClassName
{
background-color: #34751E;
}
</style>
border-color css
<style>
span { border-color: #34751E; }
span { border-color: rgb(52,117,30); }
td.TdClassName
{
border-color: #34751E;
}
.TagClassName
{
border-color: #34751E;
}
</style>