Shades of Bilbao #37820C
Tints of Bilbao #37820C
RGB
CMYK
RGB Variations
Color information
#37820C (or 0x37820C) is known color: Bilbao. HEX triplet: 37, 82 and 0C. RGB value is (55,130,12). Sum of RGB (Red+Green+Blue) = 55+130+12=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #37820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37820C is #C87DF3. Grayscale: #5E5E5E. Windows color (decimal): -13139444 or 819767. OLE color: 819767.
HSL color Cylindrical-coordinate representation of color #37820C: hue angle of 98.14º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37820C is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 12 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.49 |
| HSL | 98.14º | 0.83% | 0.28% | - |
| HSV(B) | 98.14º | 0.91% | 0.51% | - |
| XYZ | 9.62 | 16.8 | 3.08 | - |
| YUV | 94.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 12 | 0.58 | 0 | 0.91 | 0.49 | 98.14 | 0.83 | 0.28 |
| Hex | 37 | 82 | C | 3A | 0 | 5B | 31 | 62 | 53 | 1C |
| Octal | 67 | 202 | 14 | 72 | 0 | 133 | 61 | 142 | 123 | 34 |
| Binary | 110111 | 10000010 | 1100 | 111010 | 0 | 1011011 | 110001 | 1100010 | 1010011 | 11100 |
Color Harmonies of #37820C
Complementary color
Monochromatic Colors of #37820C
Black with #37820C
Text Example
Text Example
White with #37820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37820C; }
p { color: rgb(55,130,12); }
H1.HeaderClassName
{
color: #37820C;
}
.AnyTagClassName
{
color: #37820C;
}
</style>
background-color css
<style>
a { background-color: #37820C; }
a { background-color: rgb(55,130,12); }
div.DivClassName
{
background-color: #37820C;
}
.BgClassName
{
background-color: #37820C;
}
</style>
border-color css
<style>
span { border-color: #37820C; }
span { border-color: rgb(55,130,12); }
td.TdClassName
{
border-color: #37820C;
}
.TagClassName
{
border-color: #37820C;
}
</style>