Shades of Bilbao #35681A
Tints of Bilbao #35681A
RGB
CMYK
RGB Variations
Color information
#35681A (or 0x35681A) is known color: Bilbao. HEX triplet: 35, 68 and 1A. RGB value is (53,104,26). Sum of RGB (Red+Green+Blue) = 53+104+26=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #35681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35681A is #CA97E5. Grayscale: #505050. Windows color (decimal): -13277158 or 1730613. OLE color: 1730613.
HSL color Cylindrical-coordinate representation of color #35681A: hue angle of 99.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35681A is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 26 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.59 |
| HSL | 99.23º | 0.6% | 0.25% | - |
| HSV(B) | 99.23º | 0.75% | 0.41% | - |
| XYZ | 6.6 | 10.73 | 2.7 | - |
| YUV | 79.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 26 | 0.49 | 0 | 0.75 | 0.59 | 99.23 | 0.6 | 0.25 |
| Hex | 35 | 68 | 1A | 31 | 0 | 4B | 3B | 63 | 3C | 19 |
| Octal | 65 | 150 | 32 | 61 | 0 | 113 | 73 | 143 | 74 | 31 |
| Binary | 110101 | 1101000 | 11010 | 110001 | 0 | 1001011 | 111011 | 1100011 | 111100 | 11001 |
Color Harmonies of #35681A
Complementary color
Monochromatic Colors of #35681A
Black with #35681A
Text Example
Text Example
White with #35681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35681A; }
p { color: rgb(53,104,26); }
H1.HeaderClassName
{
color: #35681A;
}
.AnyTagClassName
{
color: #35681A;
}
</style>
background-color css
<style>
a { background-color: #35681A; }
a { background-color: rgb(53,104,26); }
div.DivClassName
{
background-color: #35681A;
}
.BgClassName
{
background-color: #35681A;
}
</style>
border-color css
<style>
span { border-color: #35681A; }
span { border-color: rgb(53,104,26); }
td.TdClassName
{
border-color: #35681A;
}
.TagClassName
{
border-color: #35681A;
}
</style>