Shades of Bilbao #34890C
Tints of Bilbao #34890C
RGB
CMYK
RGB Variations
Color information
#34890C (or 0x34890C) is known color: Bilbao. HEX triplet: 34, 89 and 0C. RGB value is (52,137,12). Sum of RGB (Red+Green+Blue) = 52+137+12=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #34890C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34890C is #CB76F3. Grayscale: #616161. Windows color (decimal): -13334260 or 821556. OLE color: 821556.
HSL color Cylindrical-coordinate representation of color #34890C: hue angle of 100.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34890C is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 12 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.46 |
| HSL | 100.8º | 0.84% | 0.29% | - |
| HSV(B) | 100.8º | 0.91% | 0.54% | - |
| XYZ | 10.43 | 18.65 | 3.4 | - |
| YUV | 97.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 12 | 0.62 | 0 | 0.91 | 0.46 | 100.8 | 0.84 | 0.29 |
| Hex | 34 | 89 | C | 3E | 0 | 5B | 2E | 65 | 54 | 1D |
| Octal | 64 | 211 | 14 | 76 | 0 | 133 | 56 | 145 | 124 | 35 |
| Binary | 110100 | 10001001 | 1100 | 111110 | 0 | 1011011 | 101110 | 1100101 | 1010100 | 11101 |
Color Harmonies of #34890C
Complementary color
Monochromatic Colors of #34890C
Black with #34890C
Text Example
Text Example
White with #34890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34890C; }
p { color: rgb(52,137,12); }
H1.HeaderClassName
{
color: #34890C;
}
.AnyTagClassName
{
color: #34890C;
}
</style>
background-color css
<style>
a { background-color: #34890C; }
a { background-color: rgb(52,137,12); }
div.DivClassName
{
background-color: #34890C;
}
.BgClassName
{
background-color: #34890C;
}
</style>
border-color css
<style>
span { border-color: #34890C; }
span { border-color: rgb(52,137,12); }
td.TdClassName
{
border-color: #34890C;
}
.TagClassName
{
border-color: #34890C;
}
</style>