Shades of Bilbao #368203
Tints of Bilbao #368203
RGB
CMYK
RGB Variations
Color information
#368203 (or 0x368203) is known color: Bilbao. HEX triplet: 36, 82 and 03. RGB value is (54,130,3). Sum of RGB (Red+Green+Blue) = 54+130+3=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #368203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368203 is #C97DFC. Grayscale: #5D5D5D. Windows color (decimal): -13204989 or 229942. OLE color: 229942.
HSL color Cylindrical-coordinate representation of color #368203: hue angle of 95.91º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #368203 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 3 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.49 |
| HSL | 95.91º | 0.95% | 0.26% | - |
| HSV(B) | 95.91º | 0.98% | 0.51% | - |
| XYZ | 9.52 | 16.76 | 2.82 | - |
| YUV | 92.8 | 77.32 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 3 | 0.58 | 0 | 0.98 | 0.49 | 95.91 | 0.95 | 0.26 |
| Hex | 36 | 82 | 3 | 3A | 0 | 62 | 31 | 60 | 5F | 1A |
| Octal | 66 | 202 | 3 | 72 | 0 | 142 | 61 | 140 | 137 | 32 |
| Binary | 110110 | 10000010 | 11 | 111010 | 0 | 1100010 | 110001 | 1100000 | 1011111 | 11010 |
Color Harmonies of #368203
Complementary color
Monochromatic Colors of #368203
Black with #368203
Text Example
Text Example
White with #368203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368203; }
p { color: rgb(54,130,3); }
H1.HeaderClassName
{
color: #368203;
}
.AnyTagClassName
{
color: #368203;
}
</style>
background-color css
<style>
a { background-color: #368203; }
a { background-color: rgb(54,130,3); }
div.DivClassName
{
background-color: #368203;
}
.BgClassName
{
background-color: #368203;
}
</style>
border-color css
<style>
span { border-color: #368203; }
span { border-color: rgb(54,130,3); }
td.TdClassName
{
border-color: #368203;
}
.TagClassName
{
border-color: #368203;
}
</style>