Shades of Bilbao #34882C
Tints of Bilbao #34882C
RGB
CMYK
RGB Variations
Color information
#34882C (or 0x34882C) is known color: Bilbao. HEX triplet: 34, 88 and 2C. RGB value is (52,136,44). Sum of RGB (Red+Green+Blue) = 52+136+44=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #34882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34882C is #CB77D3. Grayscale: #646464. Windows color (decimal): -13334484 or 2918452. OLE color: 2918452.
HSL color Cylindrical-coordinate representation of color #34882C: hue angle of 114.78º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34882C is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 44 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.47 |
| HSL | 114.78º | 0.51% | 0.35% | - |
| HSV(B) | 114.78º | 0.68% | 0.53% | - |
| XYZ | 10.67 | 18.52 | 5.4 | - |
| YUV | 100.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 44 | 0.62 | 0 | 0.68 | 0.47 | 114.78 | 0.51 | 0.35 |
| Hex | 34 | 88 | 2C | 3E | 0 | 44 | 2F | 73 | 33 | 23 |
| Octal | 64 | 210 | 54 | 76 | 0 | 104 | 57 | 163 | 63 | 43 |
| Binary | 110100 | 10001000 | 101100 | 111110 | 0 | 1000100 | 101111 | 1110011 | 110011 | 100011 |
Color Harmonies of #34882C
Complementary color
Monochromatic Colors of #34882C
Black with #34882C
Text Example
Text Example
White with #34882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34882C; }
p { color: rgb(52,136,44); }
H1.HeaderClassName
{
color: #34882C;
}
.AnyTagClassName
{
color: #34882C;
}
</style>
background-color css
<style>
a { background-color: #34882C; }
a { background-color: rgb(52,136,44); }
div.DivClassName
{
background-color: #34882C;
}
.BgClassName
{
background-color: #34882C;
}
</style>
border-color css
<style>
span { border-color: #34882C; }
span { border-color: rgb(52,136,44); }
td.TdClassName
{
border-color: #34882C;
}
.TagClassName
{
border-color: #34882C;
}
</style>