Shades of Bilbao #34880A
Tints of Bilbao #34880A
RGB
CMYK
RGB Variations
Color information
#34880A (or 0x34880A) is known color: Bilbao. HEX triplet: 34, 88 and 0A. RGB value is (52,136,10). Sum of RGB (Red+Green+Blue) = 52+136+10=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #34880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34880A is #CB77F5. Grayscale: #606060. Windows color (decimal): -13334518 or 690228. OLE color: 690228.
HSL color Cylindrical-coordinate representation of color #34880A: hue angle of 100º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34880A is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 10 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.47 |
| HSL | 100º | 0.86% | 0.29% | - |
| HSV(B) | 100º | 0.93% | 0.53% | - |
| XYZ | 10.28 | 18.36 | 3.29 | - |
| YUV | 96.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 10 | 0.62 | 0 | 0.93 | 0.47 | 100 | 0.86 | 0.29 |
| Hex | 34 | 88 | A | 3E | 0 | 5D | 2F | 64 | 56 | 1D |
| Octal | 64 | 210 | 12 | 76 | 0 | 135 | 57 | 144 | 126 | 35 |
| Binary | 110100 | 10001000 | 1010 | 111110 | 0 | 1011101 | 101111 | 1100100 | 1010110 | 11101 |
Color Harmonies of #34880A
Complementary color
Monochromatic Colors of #34880A
Black with #34880A
Text Example
Text Example
White with #34880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34880A; }
p { color: rgb(52,136,10); }
H1.HeaderClassName
{
color: #34880A;
}
.AnyTagClassName
{
color: #34880A;
}
</style>
background-color css
<style>
a { background-color: #34880A; }
a { background-color: rgb(52,136,10); }
div.DivClassName
{
background-color: #34880A;
}
.BgClassName
{
background-color: #34880A;
}
</style>
border-color css
<style>
span { border-color: #34880A; }
span { border-color: rgb(52,136,10); }
td.TdClassName
{
border-color: #34880A;
}
.TagClassName
{
border-color: #34880A;
}
</style>