Shades of Bilbao #35881F
Tints of Bilbao #35881F
RGB
CMYK
RGB Variations
Color information
#35881F (or 0x35881F) is known color: Bilbao. HEX triplet: 35, 88 and 1F. RGB value is (53,136,31). Sum of RGB (Red+Green+Blue) = 53+136+31=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #35881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35881F is #CA77E0. Grayscale: #636363. Windows color (decimal): -13268961 or 2066485. OLE color: 2066485.
HSL color Cylindrical-coordinate representation of color #35881F: hue angle of 107.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35881F is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 31 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.47 |
| HSL | 107.43º | 0.63% | 0.33% | - |
| HSV(B) | 107.43º | 0.77% | 0.53% | - |
| XYZ | 10.52 | 18.46 | 4.31 | - |
| YUV | 99.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 31 | 0.61 | 0 | 0.77 | 0.47 | 107.43 | 0.63 | 0.33 |
| Hex | 35 | 88 | 1F | 3D | 0 | 4D | 2F | 6B | 3F | 21 |
| Octal | 65 | 210 | 37 | 75 | 0 | 115 | 57 | 153 | 77 | 41 |
| Binary | 110101 | 10001000 | 11111 | 111101 | 0 | 1001101 | 101111 | 1101011 | 111111 | 100001 |
Color Harmonies of #35881F
Complementary color
Monochromatic Colors of #35881F
Black with #35881F
Text Example
Text Example
White with #35881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35881F; }
p { color: rgb(53,136,31); }
H1.HeaderClassName
{
color: #35881F;
}
.AnyTagClassName
{
color: #35881F;
}
</style>
background-color css
<style>
a { background-color: #35881F; }
a { background-color: rgb(53,136,31); }
div.DivClassName
{
background-color: #35881F;
}
.BgClassName
{
background-color: #35881F;
}
</style>
border-color css
<style>
span { border-color: #35881F; }
span { border-color: rgb(53,136,31); }
td.TdClassName
{
border-color: #35881F;
}
.TagClassName
{
border-color: #35881F;
}
</style>