Shades of Bilbao #34892C
Tints of Bilbao #34892C
RGB
CMYK
RGB Variations
Color information
#34892C (or 0x34892C) is known color: Bilbao. HEX triplet: 34, 89 and 2C. RGB value is (52,137,44). Sum of RGB (Red+Green+Blue) = 52+137+44=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #34892C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34892C is #CB76D3. Grayscale: #656565. Windows color (decimal): -13334228 or 2918708. OLE color: 2918708.
HSL color Cylindrical-coordinate representation of color #34892C: hue angle of 114.84º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34892C is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 44 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.46 |
| HSL | 114.84º | 0.51% | 0.35% | - |
| HSV(B) | 114.84º | 0.68% | 0.54% | - |
| XYZ | 10.82 | 18.8 | 5.44 | - |
| YUV | 100.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 44 | 0.62 | 0 | 0.68 | 0.46 | 114.84 | 0.51 | 0.35 |
| Hex | 34 | 89 | 2C | 3E | 0 | 44 | 2E | 73 | 33 | 23 |
| Octal | 64 | 211 | 54 | 76 | 0 | 104 | 56 | 163 | 63 | 43 |
| Binary | 110100 | 10001001 | 101100 | 111110 | 0 | 1000100 | 101110 | 1110011 | 110011 | 100011 |
Color Harmonies of #34892C
Complementary color
Monochromatic Colors of #34892C
Black with #34892C
Text Example
Text Example
White with #34892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34892C; }
p { color: rgb(52,137,44); }
H1.HeaderClassName
{
color: #34892C;
}
.AnyTagClassName
{
color: #34892C;
}
</style>
background-color css
<style>
a { background-color: #34892C; }
a { background-color: rgb(52,137,44); }
div.DivClassName
{
background-color: #34892C;
}
.BgClassName
{
background-color: #34892C;
}
</style>
border-color css
<style>
span { border-color: #34892C; }
span { border-color: rgb(52,137,44); }
td.TdClassName
{
border-color: #34892C;
}
.TagClassName
{
border-color: #34892C;
}
</style>