Shades of Bilbao #327B04
Tints of Bilbao #327B04
RGB
CMYK
RGB Variations
Color information
#327B04 (or 0x327B04) is known color: Bilbao. HEX triplet: 32, 7B and 04. RGB value is (50,123,4). Sum of RGB (Red+Green+Blue) = 50+123+4=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 123 (48.44% from 255 or 69.49% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 123 - color contains mainly: green. Hex color #327B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327B04 is #CD84FB. Grayscale: #585858. Windows color (decimal): -13468924 or 293682. OLE color: 293682.
HSL color Cylindrical-coordinate representation of color #327B04: hue angle of 96.81º 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 #327B04 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 4 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.52 |
| HSL | 96.81º | 0.94% | 0.25% | - |
| HSV(B) | 96.81º | 0.97% | 0.48% | - |
| XYZ | 8.42 | 14.85 | 2.54 | - |
| YUV | 87.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 4 | 0.59 | 0 | 0.97 | 0.52 | 96.81 | 0.94 | 0.25 |
| Hex | 32 | 7B | 4 | 3B | 0 | 61 | 34 | 61 | 5E | 19 |
| Octal | 62 | 173 | 4 | 73 | 0 | 141 | 64 | 141 | 136 | 31 |
| Binary | 110010 | 1111011 | 100 | 111011 | 0 | 1100001 | 110100 | 1100001 | 1011110 | 11001 |
Color Harmonies of #327B04
Complementary color
Monochromatic Colors of #327B04
Black with #327B04
Text Example
Text Example
White with #327B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B04; }
p { color: rgb(50,123,4); }
H1.HeaderClassName
{
color: #327B04;
}
.AnyTagClassName
{
color: #327B04;
}
</style>
background-color css
<style>
a { background-color: #327B04; }
a { background-color: rgb(50,123,4); }
div.DivClassName
{
background-color: #327B04;
}
.BgClassName
{
background-color: #327B04;
}
</style>
border-color css
<style>
span { border-color: #327B04; }
span { border-color: rgb(50,123,4); }
td.TdClassName
{
border-color: #327B04;
}
.TagClassName
{
border-color: #327B04;
}
</style>