Shades of Bilbao #34791C
Tints of Bilbao #34791C
RGB
CMYK
RGB Variations
Color information
#34791C (or 0x34791C) is known color: Bilbao. HEX triplet: 34, 79 and 1C. RGB value is (52,121,28). Sum of RGB (Red+Green+Blue) = 52+121+28=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #34791C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34791C is #CB86E3. Grayscale: #5A5A5A. Windows color (decimal): -13338340 or 1866036. OLE color: 1866036.
HSL color Cylindrical-coordinate representation of color #34791C: hue angle of 104.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34791C is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 28 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.53 |
| HSL | 104.52º | 0.62% | 0.29% | - |
| HSV(B) | 104.52º | 0.77% | 0.47% | - |
| XYZ | 8.46 | 14.49 | 3.45 | - |
| YUV | 89.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 28 | 0.57 | 0 | 0.77 | 0.53 | 104.52 | 0.62 | 0.29 |
| Hex | 34 | 79 | 1C | 39 | 0 | 4D | 35 | 69 | 3E | 1D |
| Octal | 64 | 171 | 34 | 71 | 0 | 115 | 65 | 151 | 76 | 35 |
| Binary | 110100 | 1111001 | 11100 | 111001 | 0 | 1001101 | 110101 | 1101001 | 111110 | 11101 |
Color Harmonies of #34791C
Complementary color
Monochromatic Colors of #34791C
Black with #34791C
Text Example
Text Example
White with #34791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34791C; }
p { color: rgb(52,121,28); }
H1.HeaderClassName
{
color: #34791C;
}
.AnyTagClassName
{
color: #34791C;
}
</style>
background-color css
<style>
a { background-color: #34791C; }
a { background-color: rgb(52,121,28); }
div.DivClassName
{
background-color: #34791C;
}
.BgClassName
{
background-color: #34791C;
}
</style>
border-color css
<style>
span { border-color: #34791C; }
span { border-color: rgb(52,121,28); }
td.TdClassName
{
border-color: #34791C;
}
.TagClassName
{
border-color: #34791C;
}
</style>