Shades of Bilbao #367E02
Tints of Bilbao #367E02
RGB
CMYK
RGB Variations
Color information
#367E02 (or 0x367E02) is known color: Bilbao. HEX triplet: 36, 7E and 02. RGB value is (54,126,2). Sum of RGB (Red+Green+Blue) = 54+126+2=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 126 (49.61% from 255 or 69.23% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 126 - color contains mainly: green. Hex color #367E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367E02 is #C981FD. Grayscale: #5A5A5A. Windows color (decimal): -13206014 or 163382. OLE color: 163382.
HSL color Cylindrical-coordinate representation of color #367E02: hue angle of 94.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #367E02 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 2 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.51 |
| HSL | 94.84º | 0.97% | 0.25% | - |
| HSV(B) | 94.84º | 0.98% | 0.49% | - |
| XYZ | 8.99 | 15.71 | 2.62 | - |
| YUV | 90.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 2 | 0.57 | 0 | 0.98 | 0.51 | 94.84 | 0.97 | 0.25 |
| Hex | 36 | 7E | 2 | 39 | 0 | 62 | 33 | 5F | 61 | 19 |
| Octal | 66 | 176 | 2 | 71 | 0 | 142 | 63 | 137 | 141 | 31 |
| Binary | 110110 | 1111110 | 10 | 111001 | 0 | 1100010 | 110011 | 1011111 | 1100001 | 11001 |
Color Harmonies of #367E02
Complementary color
Monochromatic Colors of #367E02
Black with #367E02
Text Example
Text Example
White with #367E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E02; }
p { color: rgb(54,126,2); }
H1.HeaderClassName
{
color: #367E02;
}
.AnyTagClassName
{
color: #367E02;
}
</style>
background-color css
<style>
a { background-color: #367E02; }
a { background-color: rgb(54,126,2); }
div.DivClassName
{
background-color: #367E02;
}
.BgClassName
{
background-color: #367E02;
}
</style>
border-color css
<style>
span { border-color: #367E02; }
span { border-color: rgb(54,126,2); }
td.TdClassName
{
border-color: #367E02;
}
.TagClassName
{
border-color: #367E02;
}
</style>