Shades of Bilbao #397E02
Tints of Bilbao #397E02
RGB
CMYK
RGB Variations
Color information
#397E02 (or 0x397E02) is known color: Bilbao. HEX triplet: 39, 7E and 02. RGB value is (57,126,2). Sum of RGB (Red+Green+Blue) = 57+126+2=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 126 (49.61% from 255 or 68.11% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 126 - color contains mainly: green. Hex color #397E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397E02 is #C681FD. Grayscale: #5B5B5B. Windows color (decimal): -13009406 or 163385. OLE color: 163385.
HSL color Cylindrical-coordinate representation of color #397E02: hue angle of 93.39º 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 #397E02 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 2 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.51 |
| HSL | 93.39º | 0.97% | 0.25% | - |
| HSV(B) | 93.39º | 0.98% | 0.49% | - |
| XYZ | 9.16 | 15.8 | 2.62 | - |
| YUV | 91.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 2 | 0.55 | 0 | 0.98 | 0.51 | 93.39 | 0.97 | 0.25 |
| Hex | 39 | 7E | 2 | 37 | 0 | 62 | 33 | 5D | 61 | 19 |
| Octal | 71 | 176 | 2 | 67 | 0 | 142 | 63 | 135 | 141 | 31 |
| Binary | 111001 | 1111110 | 10 | 110111 | 0 | 1100010 | 110011 | 1011101 | 1100001 | 11001 |
Color Harmonies of #397E02
Complementary color
Monochromatic Colors of #397E02
Black with #397E02
Text Example
Text Example
White with #397E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E02; }
p { color: rgb(57,126,2); }
H1.HeaderClassName
{
color: #397E02;
}
.AnyTagClassName
{
color: #397E02;
}
</style>
background-color css
<style>
a { background-color: #397E02; }
a { background-color: rgb(57,126,2); }
div.DivClassName
{
background-color: #397E02;
}
.BgClassName
{
background-color: #397E02;
}
</style>
border-color css
<style>
span { border-color: #397E02; }
span { border-color: rgb(57,126,2); }
td.TdClassName
{
border-color: #397E02;
}
.TagClassName
{
border-color: #397E02;
}
</style>