Shades of Bilbao #398A1C
Tints of Bilbao #398A1C
RGB
CMYK
RGB Variations
Color information
#398A1C (or 0x398A1C) is known color: Bilbao. HEX triplet: 39, 8A and 1C. RGB value is (57,138,28). Sum of RGB (Red+Green+Blue) = 57+138+28=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #398A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398A1C is #C675E3. Grayscale: #656565. Windows color (decimal): -13006308 or 1870393. OLE color: 1870393.
HSL color Cylindrical-coordinate representation of color #398A1C: hue angle of 104.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #398A1C is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 28 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.46 |
| HSL | 104.18º | 0.66% | 0.33% | - |
| HSV(B) | 104.18º | 0.8% | 0.54% | - |
| XYZ | 10.99 | 19.13 | 4.21 | - |
| YUV | 101.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 28 | 0.59 | 0 | 0.80 | 0.46 | 104.18 | 0.66 | 0.33 |
| Hex | 39 | 8A | 1C | 3B | 0 | 50 | 2E | 68 | 42 | 21 |
| Octal | 71 | 212 | 34 | 73 | 0 | 120 | 56 | 150 | 102 | 41 |
| Binary | 111001 | 10001010 | 11100 | 111011 | 0 | 1010000 | 101110 | 1101000 | 1000010 | 100001 |
Color Harmonies of #398A1C
Complementary color
Monochromatic Colors of #398A1C
Black with #398A1C
Text Example
Text Example
White with #398A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A1C; }
p { color: rgb(57,138,28); }
H1.HeaderClassName
{
color: #398A1C;
}
.AnyTagClassName
{
color: #398A1C;
}
</style>
background-color css
<style>
a { background-color: #398A1C; }
a { background-color: rgb(57,138,28); }
div.DivClassName
{
background-color: #398A1C;
}
.BgClassName
{
background-color: #398A1C;
}
</style>
border-color css
<style>
span { border-color: #398A1C; }
span { border-color: rgb(57,138,28); }
td.TdClassName
{
border-color: #398A1C;
}
.TagClassName
{
border-color: #398A1C;
}
</style>