Shades of Bilbao #35791C
Tints of Bilbao #35791C
RGB
CMYK
RGB Variations
Color information
#35791C (or 0x35791C) is known color: Bilbao. HEX triplet: 35, 79 and 1C. RGB value is (53,121,28). Sum of RGB (Red+Green+Blue) = 53+121+28=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #35791C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35791C is #CA86E3. Grayscale: #5A5A5A. Windows color (decimal): -13272804 or 1866037. OLE color: 1866037.
HSL color Cylindrical-coordinate representation of color #35791C: hue angle of 103.87º 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 #35791C is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 121 | 28 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.53 |
| HSL | 103.87º | 0.62% | 0.29% | - |
| HSV(B) | 103.87º | 0.77% | 0.47% | - |
| XYZ | 8.52 | 14.52 | 3.45 | - |
| YUV | 90.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 28 | 0.56 | 0 | 0.77 | 0.53 | 103.87 | 0.62 | 0.29 |
| Hex | 35 | 79 | 1C | 38 | 0 | 4D | 35 | 68 | 3E | 1D |
| Octal | 65 | 171 | 34 | 70 | 0 | 115 | 65 | 150 | 76 | 35 |
| Binary | 110101 | 1111001 | 11100 | 111000 | 0 | 1001101 | 110101 | 1101000 | 111110 | 11101 |
Color Harmonies of #35791C
Complementary color
Monochromatic Colors of #35791C
Black with #35791C
Text Example
Text Example
White with #35791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35791C; }
p { color: rgb(53,121,28); }
H1.HeaderClassName
{
color: #35791C;
}
.AnyTagClassName
{
color: #35791C;
}
</style>
background-color css
<style>
a { background-color: #35791C; }
a { background-color: rgb(53,121,28); }
div.DivClassName
{
background-color: #35791C;
}
.BgClassName
{
background-color: #35791C;
}
</style>
border-color css
<style>
span { border-color: #35791C; }
span { border-color: rgb(53,121,28); }
td.TdClassName
{
border-color: #35791C;
}
.TagClassName
{
border-color: #35791C;
}
</style>