Shades of Bilbao #34851E
Tints of Bilbao #34851E
RGB
CMYK
RGB Variations
Color information
#34851E (or 0x34851E) is known color: Bilbao. HEX triplet: 34, 85 and 1E. RGB value is (52,133,30). Sum of RGB (Red+Green+Blue) = 52+133+30=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #34851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34851E is #CB7AE1. Grayscale: #616161. Windows color (decimal): -13335266 or 2000180. OLE color: 2000180.
HSL color Cylindrical-coordinate representation of color #34851E: hue angle of 107.18º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34851E is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 30 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.48 |
| HSL | 107.18º | 0.63% | 0.32% | - |
| HSV(B) | 107.18º | 0.77% | 0.52% | - |
| XYZ | 10.04 | 17.6 | 4.1 | - |
| YUV | 97.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 30 | 0.61 | 0 | 0.77 | 0.48 | 107.18 | 0.63 | 0.32 |
| Hex | 34 | 85 | 1E | 3D | 0 | 4D | 30 | 6B | 3F | 20 |
| Octal | 64 | 205 | 36 | 75 | 0 | 115 | 60 | 153 | 77 | 40 |
| Binary | 110100 | 10000101 | 11110 | 111101 | 0 | 1001101 | 110000 | 1101011 | 111111 | 100000 |
Color Harmonies of #34851E
Complementary color
Monochromatic Colors of #34851E
Black with #34851E
Text Example
Text Example
White with #34851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34851E; }
p { color: rgb(52,133,30); }
H1.HeaderClassName
{
color: #34851E;
}
.AnyTagClassName
{
color: #34851E;
}
</style>
background-color css
<style>
a { background-color: #34851E; }
a { background-color: rgb(52,133,30); }
div.DivClassName
{
background-color: #34851E;
}
.BgClassName
{
background-color: #34851E;
}
</style>
border-color css
<style>
span { border-color: #34851E; }
span { border-color: rgb(52,133,30); }
td.TdClassName
{
border-color: #34851E;
}
.TagClassName
{
border-color: #34851E;
}
</style>