Shades of Bilbao #357D1D
Tints of Bilbao #357D1D
RGB
CMYK
RGB Variations
Color information
#357D1D (or 0x357D1D) is known color: Bilbao. HEX triplet: 35, 7D and 1D. RGB value is (53,125,29). Sum of RGB (Red+Green+Blue) = 53+125+29=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #357D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D1D is #CA82E2. Grayscale: #5C5C5C. Windows color (decimal): -13271779 or 1932597. OLE color: 1932597.
HSL color Cylindrical-coordinate representation of color #357D1D: hue angle of 105º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357D1D is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 29 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.51 |
| HSL | 105º | 0.62% | 0.3% | - |
| HSV(B) | 105º | 0.77% | 0.49% | - |
| XYZ | 9.02 | 15.51 | 3.68 | - |
| YUV | 92.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 29 | 0.58 | 0 | 0.77 | 0.51 | 105 | 0.62 | 0.3 |
| Hex | 35 | 7D | 1D | 3A | 0 | 4D | 33 | 69 | 3E | 1E |
| Octal | 65 | 175 | 35 | 72 | 0 | 115 | 63 | 151 | 76 | 36 |
| Binary | 110101 | 1111101 | 11101 | 111010 | 0 | 1001101 | 110011 | 1101001 | 111110 | 11110 |
Color Harmonies of #357D1D
Complementary color
Monochromatic Colors of #357D1D
Black with #357D1D
Text Example
Text Example
White with #357D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D1D; }
p { color: rgb(53,125,29); }
H1.HeaderClassName
{
color: #357D1D;
}
.AnyTagClassName
{
color: #357D1D;
}
</style>
background-color css
<style>
a { background-color: #357D1D; }
a { background-color: rgb(53,125,29); }
div.DivClassName
{
background-color: #357D1D;
}
.BgClassName
{
background-color: #357D1D;
}
</style>
border-color css
<style>
span { border-color: #357D1D; }
span { border-color: rgb(53,125,29); }
td.TdClassName
{
border-color: #357D1D;
}
.TagClassName
{
border-color: #357D1D;
}
</style>