Shades of Bilbao #358C14
Tints of Bilbao #358C14
RGB
CMYK
RGB Variations
Color information
#358C14 (or 0x358C14) is known color: Bilbao. HEX triplet: 35, 8C and 14. RGB value is (53,140,20). Sum of RGB (Red+Green+Blue) = 53+140+20=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #358C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358C14 is #CA73EB. Grayscale: #646464. Windows color (decimal): -13267948 or 1346613. OLE color: 1346613.
HSL color Cylindrical-coordinate representation of color #358C14: hue angle of 103.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358C14 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 20 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.45 |
| HSL | 103.5º | 0.75% | 0.31% | - |
| HSV(B) | 103.5º | 0.86% | 0.55% | - |
| XYZ | 10.97 | 19.56 | 3.86 | - |
| YUV | 100.31 | 82.68 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 20 | 0.62 | 0 | 0.86 | 0.45 | 103.5 | 0.75 | 0.31 |
| Hex | 35 | 8C | 14 | 3E | 0 | 56 | 2D | 68 | 4B | 1F |
| Octal | 65 | 214 | 24 | 76 | 0 | 126 | 55 | 150 | 113 | 37 |
| Binary | 110101 | 10001100 | 10100 | 111110 | 0 | 1010110 | 101101 | 1101000 | 1001011 | 11111 |
Color Harmonies of #358C14
Complementary color
Monochromatic Colors of #358C14
Black with #358C14
Text Example
Text Example
White with #358C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C14; }
p { color: rgb(53,140,20); }
H1.HeaderClassName
{
color: #358C14;
}
.AnyTagClassName
{
color: #358C14;
}
</style>
background-color css
<style>
a { background-color: #358C14; }
a { background-color: rgb(53,140,20); }
div.DivClassName
{
background-color: #358C14;
}
.BgClassName
{
background-color: #358C14;
}
</style>
border-color css
<style>
span { border-color: #358C14; }
span { border-color: rgb(53,140,20); }
td.TdClassName
{
border-color: #358C14;
}
.TagClassName
{
border-color: #358C14;
}
</style>