Shades of Bilbao #39820C
Tints of Bilbao #39820C
RGB
CMYK
RGB Variations
Color information
#39820C (or 0x39820C) is known color: Bilbao. HEX triplet: 39, 82 and 0C. RGB value is (57,130,12). Sum of RGB (Red+Green+Blue) = 57+130+12=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #39820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39820C is #C67DF3. Grayscale: #5F5F5F. Windows color (decimal): -13008372 or 819769. OLE color: 819769.
HSL color Cylindrical-coordinate representation of color #39820C: hue angle of 97.12º 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 #39820C is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 130 | 12 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.49 |
| HSL | 97.12º | 0.83% | 0.28% | - |
| HSV(B) | 97.12º | 0.91% | 0.51% | - |
| XYZ | 9.74 | 16.86 | 3.09 | - |
| YUV | 94.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 12 | 0.56 | 0 | 0.91 | 0.49 | 97.12 | 0.83 | 0.28 |
| Hex | 39 | 82 | C | 38 | 0 | 5B | 31 | 61 | 53 | 1C |
| Octal | 71 | 202 | 14 | 70 | 0 | 133 | 61 | 141 | 123 | 34 |
| Binary | 111001 | 10000010 | 1100 | 111000 | 0 | 1011011 | 110001 | 1100001 | 1010011 | 11100 |
Color Harmonies of #39820C
Complementary color
Monochromatic Colors of #39820C
Black with #39820C
Text Example
Text Example
White with #39820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39820C; }
p { color: rgb(57,130,12); }
H1.HeaderClassName
{
color: #39820C;
}
.AnyTagClassName
{
color: #39820C;
}
</style>
background-color css
<style>
a { background-color: #39820C; }
a { background-color: rgb(57,130,12); }
div.DivClassName
{
background-color: #39820C;
}
.BgClassName
{
background-color: #39820C;
}
</style>
border-color css
<style>
span { border-color: #39820C; }
span { border-color: rgb(57,130,12); }
td.TdClassName
{
border-color: #39820C;
}
.TagClassName
{
border-color: #39820C;
}
</style>