Shades of Bilbao #357A04
Tints of Bilbao #357A04
RGB
CMYK
RGB Variations
Color information
#357A04 (or 0x357A04) is known color: Bilbao. HEX triplet: 35, 7A and 04. RGB value is (53,122,4). Sum of RGB (Red+Green+Blue) = 53+122+4=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 122 (48.05% from 255 or 68.16% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 122 - color contains mainly: green. Hex color #357A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357A04 is #CA85FB. Grayscale: #585858. Windows color (decimal): -13272572 or 293429. OLE color: 293429.
HSL color Cylindrical-coordinate representation of color #357A04: hue angle of 95.08º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #357A04 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 122 | 4 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.52 |
| HSL | 95.08º | 0.94% | 0.25% | - |
| HSV(B) | 95.08º | 0.97% | 0.48% | - |
| XYZ | 8.45 | 14.68 | 2.5 | - |
| YUV | 87.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 4 | 0.57 | 0 | 0.97 | 0.52 | 95.08 | 0.94 | 0.25 |
| Hex | 35 | 7A | 4 | 39 | 0 | 61 | 34 | 5F | 5E | 19 |
| Octal | 65 | 172 | 4 | 71 | 0 | 141 | 64 | 137 | 136 | 31 |
| Binary | 110101 | 1111010 | 100 | 111001 | 0 | 1100001 | 110100 | 1011111 | 1011110 | 11001 |
Color Harmonies of #357A04
Complementary color
Monochromatic Colors of #357A04
Black with #357A04
Text Example
Text Example
White with #357A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357A04; }
p { color: rgb(53,122,4); }
H1.HeaderClassName
{
color: #357A04;
}
.AnyTagClassName
{
color: #357A04;
}
</style>
background-color css
<style>
a { background-color: #357A04; }
a { background-color: rgb(53,122,4); }
div.DivClassName
{
background-color: #357A04;
}
.BgClassName
{
background-color: #357A04;
}
</style>
border-color css
<style>
span { border-color: #357A04; }
span { border-color: rgb(53,122,4); }
td.TdClassName
{
border-color: #357A04;
}
.TagClassName
{
border-color: #357A04;
}
</style>