Shades of Bilbao #35721C
Tints of Bilbao #35721C
RGB
CMYK
RGB Variations
Color information
#35721C (or 0x35721C) is known color: Bilbao. HEX triplet: 35, 72 and 1C. RGB value is (53,114,28). Sum of RGB (Red+Green+Blue) = 53+114+28=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #35721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35721C is #CA8DE3. Grayscale: #565656. Windows color (decimal): -13274596 or 1864245. OLE color: 1864245.
HSL color Cylindrical-coordinate representation of color #35721C: hue angle of 102.56º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35721C is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 28 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.55 |
| HSL | 102.56º | 0.61% | 0.28% | - |
| HSV(B) | 102.56º | 0.75% | 0.45% | - |
| XYZ | 7.7 | 12.88 | 3.18 | - |
| YUV | 85.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 28 | 0.54 | 0 | 0.75 | 0.55 | 102.56 | 0.61 | 0.28 |
| Hex | 35 | 72 | 1C | 36 | 0 | 4B | 37 | 67 | 3D | 1C |
| Octal | 65 | 162 | 34 | 66 | 0 | 113 | 67 | 147 | 75 | 34 |
| Binary | 110101 | 1110010 | 11100 | 110110 | 0 | 1001011 | 110111 | 1100111 | 111101 | 11100 |
Color Harmonies of #35721C
Complementary color
Monochromatic Colors of #35721C
Black with #35721C
Text Example
Text Example
White with #35721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35721C; }
p { color: rgb(53,114,28); }
H1.HeaderClassName
{
color: #35721C;
}
.AnyTagClassName
{
color: #35721C;
}
</style>
background-color css
<style>
a { background-color: #35721C; }
a { background-color: rgb(53,114,28); }
div.DivClassName
{
background-color: #35721C;
}
.BgClassName
{
background-color: #35721C;
}
</style>
border-color css
<style>
span { border-color: #35721C; }
span { border-color: rgb(53,114,28); }
td.TdClassName
{
border-color: #35721C;
}
.TagClassName
{
border-color: #35721C;
}
</style>