Shades of Bilbao #358A05
Tints of Bilbao #358A05
RGB
CMYK
RGB Variations
Color information
#358A05 (or 0x358A05) is known color: Bilbao. HEX triplet: 35, 8A and 05. RGB value is (53,138,5). Sum of RGB (Red+Green+Blue) = 53+138+5=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 138 (54.30% from 255 or 70.41% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 138 - color contains mainly: green. Hex color #358A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358A05 is #CA75FA. Grayscale: #616161. Windows color (decimal): -13268475 or 363061. OLE color: 363061.
HSL color Cylindrical-coordinate representation of color #358A05: hue angle of 98.35º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #358A05 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 5 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.46 |
| HSL | 98.35º | 0.93% | 0.28% | - |
| HSV(B) | 98.35º | 0.96% | 0.54% | - |
| XYZ | 10.58 | 18.94 | 3.24 | - |
| YUV | 97.42 | 75.84 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 5 | 0.62 | 0 | 0.96 | 0.46 | 98.35 | 0.93 | 0.28 |
| Hex | 35 | 8A | 5 | 3E | 0 | 60 | 2E | 62 | 5D | 1C |
| Octal | 65 | 212 | 5 | 76 | 0 | 140 | 56 | 142 | 135 | 34 |
| Binary | 110101 | 10001010 | 101 | 111110 | 0 | 1100000 | 101110 | 1100010 | 1011101 | 11100 |
Color Harmonies of #358A05
Complementary color
Monochromatic Colors of #358A05
Black with #358A05
Text Example
Text Example
White with #358A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A05; }
p { color: rgb(53,138,5); }
H1.HeaderClassName
{
color: #358A05;
}
.AnyTagClassName
{
color: #358A05;
}
</style>
background-color css
<style>
a { background-color: #358A05; }
a { background-color: rgb(53,138,5); }
div.DivClassName
{
background-color: #358A05;
}
.BgClassName
{
background-color: #358A05;
}
</style>
border-color css
<style>
span { border-color: #358A05; }
span { border-color: rgb(53,138,5); }
td.TdClassName
{
border-color: #358A05;
}
.TagClassName
{
border-color: #358A05;
}
</style>