Shades of Bilbao #356F1D
Tints of Bilbao #356F1D
RGB
CMYK
RGB Variations
Color information
#356F1D (or 0x356F1D) is known color: Bilbao. HEX triplet: 35, 6F and 1D. RGB value is (53,111,29). Sum of RGB (Red+Green+Blue) = 53+111+29=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #356F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F1D is #CA90E2. Grayscale: #545454. Windows color (decimal): -13275363 or 1929013. OLE color: 1929013.
HSL color Cylindrical-coordinate representation of color #356F1D: hue angle of 102.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356F1D is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 29 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.56 |
| HSL | 102.44º | 0.59% | 0.27% | - |
| HSV(B) | 102.44º | 0.74% | 0.44% | - |
| XYZ | 7.37 | 12.21 | 3.13 | - |
| YUV | 84.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 29 | 0.52 | 0 | 0.74 | 0.56 | 102.44 | 0.59 | 0.27 |
| Hex | 35 | 6F | 1D | 34 | 0 | 4A | 38 | 66 | 3B | 1B |
| Octal | 65 | 157 | 35 | 64 | 0 | 112 | 70 | 146 | 73 | 33 |
| Binary | 110101 | 1101111 | 11101 | 110100 | 0 | 1001010 | 111000 | 1100110 | 111011 | 11011 |
Color Harmonies of #356F1D
Complementary color
Monochromatic Colors of #356F1D
Black with #356F1D
Text Example
Text Example
White with #356F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F1D; }
p { color: rgb(53,111,29); }
H1.HeaderClassName
{
color: #356F1D;
}
.AnyTagClassName
{
color: #356F1D;
}
</style>
background-color css
<style>
a { background-color: #356F1D; }
a { background-color: rgb(53,111,29); }
div.DivClassName
{
background-color: #356F1D;
}
.BgClassName
{
background-color: #356F1D;
}
</style>
border-color css
<style>
span { border-color: #356F1D; }
span { border-color: rgb(53,111,29); }
td.TdClassName
{
border-color: #356F1D;
}
.TagClassName
{
border-color: #356F1D;
}
</style>