Shades of Bilbao #34862D
Tints of Bilbao #34862D
RGB
CMYK
RGB Variations
Color information
#34862D (or 0x34862D) is known color: Bilbao. HEX triplet: 34, 86 and 2D. RGB value is (52,134,45). Sum of RGB (Red+Green+Blue) = 52+134+45=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #34862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34862D is #CB79D2. Grayscale: #636363. Windows color (decimal): -13334995 or 2983476. OLE color: 2983476.
HSL color Cylindrical-coordinate representation of color #34862D: hue angle of 115.28º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34862D is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 45 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.47 |
| HSL | 115.28º | 0.5% | 0.35% | - |
| HSV(B) | 115.28º | 0.66% | 0.53% | - |
| XYZ | 10.41 | 17.97 | 5.4 | - |
| YUV | 99.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 45 | 0.61 | 0 | 0.66 | 0.47 | 115.28 | 0.5 | 0.35 |
| Hex | 34 | 86 | 2D | 3D | 0 | 42 | 2F | 73 | 32 | 23 |
| Octal | 64 | 206 | 55 | 75 | 0 | 102 | 57 | 163 | 62 | 43 |
| Binary | 110100 | 10000110 | 101101 | 111101 | 0 | 1000010 | 101111 | 1110011 | 110010 | 100011 |
Color Harmonies of #34862D
Complementary color
Monochromatic Colors of #34862D
Black with #34862D
Text Example
Text Example
White with #34862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34862D; }
p { color: rgb(52,134,45); }
H1.HeaderClassName
{
color: #34862D;
}
.AnyTagClassName
{
color: #34862D;
}
</style>
background-color css
<style>
a { background-color: #34862D; }
a { background-color: rgb(52,134,45); }
div.DivClassName
{
background-color: #34862D;
}
.BgClassName
{
background-color: #34862D;
}
</style>
border-color css
<style>
span { border-color: #34862D; }
span { border-color: rgb(52,134,45); }
td.TdClassName
{
border-color: #34862D;
}
.TagClassName
{
border-color: #34862D;
}
</style>