Shades of Bilbao #358523
Tints of Bilbao #358523
RGB
CMYK
RGB Variations
Color information
#358523 (or 0x358523) is known color: Bilbao. HEX triplet: 35, 85 and 23. RGB value is (53,133,35). Sum of RGB (Red+Green+Blue) = 53+133+35=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #358523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358523 is #CA7ADC. Grayscale: #626262. Windows color (decimal): -13269725 or 2327861. OLE color: 2327861.
HSL color Cylindrical-coordinate representation of color #358523: hue angle of 108.98º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358523 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 35 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.48 |
| HSL | 108.98º | 0.58% | 0.33% | - |
| HSV(B) | 108.98º | 0.74% | 0.52% | - |
| XYZ | 10.16 | 17.65 | 4.46 | - |
| YUV | 97.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 35 | 0.60 | 0 | 0.74 | 0.48 | 108.98 | 0.58 | 0.33 |
| Hex | 35 | 85 | 23 | 3C | 0 | 4A | 30 | 6D | 3A | 21 |
| Octal | 65 | 205 | 43 | 74 | 0 | 112 | 60 | 155 | 72 | 41 |
| Binary | 110101 | 10000101 | 100011 | 111100 | 0 | 1001010 | 110000 | 1101101 | 111010 | 100001 |
Color Harmonies of #358523
Complementary color
Monochromatic Colors of #358523
Black with #358523
Text Example
Text Example
White with #358523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358523; }
p { color: rgb(53,133,35); }
H1.HeaderClassName
{
color: #358523;
}
.AnyTagClassName
{
color: #358523;
}
</style>
background-color css
<style>
a { background-color: #358523; }
a { background-color: rgb(53,133,35); }
div.DivClassName
{
background-color: #358523;
}
.BgClassName
{
background-color: #358523;
}
</style>
border-color css
<style>
span { border-color: #358523; }
span { border-color: rgb(53,133,35); }
td.TdClassName
{
border-color: #358523;
}
.TagClassName
{
border-color: #358523;
}
</style>