Shades of Bilbao #38740F
Tints of Bilbao #38740F
RGB
CMYK
RGB Variations
Color information
#38740F (or 0x38740F) is known color: Bilbao. HEX triplet: 38, 74 and 0F. RGB value is (56,116,15). Sum of RGB (Red+Green+Blue) = 56+116+15=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #38740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38740F is #C78BF0. Grayscale: #565656. Windows color (decimal): -13077489 or 1012792. OLE color: 1012792.
HSL color Cylindrical-coordinate representation of color #38740F: hue angle of 95.64º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38740F is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 15 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.55 |
| HSL | 95.64º | 0.77% | 0.26% | - |
| HSV(B) | 95.64º | 0.87% | 0.45% | - |
| XYZ | 7.96 | 13.37 | 2.61 | - |
| YUV | 86.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 15 | 0.52 | 0 | 0.87 | 0.55 | 95.64 | 0.77 | 0.26 |
| Hex | 38 | 74 | F | 34 | 0 | 57 | 37 | 60 | 4D | 1A |
| Octal | 70 | 164 | 17 | 64 | 0 | 127 | 67 | 140 | 115 | 32 |
| Binary | 111000 | 1110100 | 1111 | 110100 | 0 | 1010111 | 110111 | 1100000 | 1001101 | 11010 |
Color Harmonies of #38740F
Complementary color
Monochromatic Colors of #38740F
Black with #38740F
Text Example
Text Example
White with #38740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38740F; }
p { color: rgb(56,116,15); }
H1.HeaderClassName
{
color: #38740F;
}
.AnyTagClassName
{
color: #38740F;
}
</style>
background-color css
<style>
a { background-color: #38740F; }
a { background-color: rgb(56,116,15); }
div.DivClassName
{
background-color: #38740F;
}
.BgClassName
{
background-color: #38740F;
}
</style>
border-color css
<style>
span { border-color: #38740F; }
span { border-color: rgb(56,116,15); }
td.TdClassName
{
border-color: #38740F;
}
.TagClassName
{
border-color: #38740F;
}
</style>