Shades of Bilbao #38741A
Tints of Bilbao #38741A
RGB
CMYK
RGB Variations
Color information
#38741A (or 0x38741A) is known color: Bilbao. HEX triplet: 38, 74 and 1A. RGB value is (56,116,26). Sum of RGB (Red+Green+Blue) = 56+116+26=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #38741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38741A is #C78BE5. Grayscale: #585858. Windows color (decimal): -13077478 or 1733688. OLE color: 1733688.
HSL color Cylindrical-coordinate representation of color #38741A: hue angle of 100º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38741A is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 26 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.55 |
| HSL | 100º | 0.63% | 0.28% | - |
| HSV(B) | 100º | 0.78% | 0.45% | - |
| XYZ | 8.06 | 13.41 | 3.14 | - |
| YUV | 87.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 26 | 0.52 | 0 | 0.78 | 0.55 | 100 | 0.63 | 0.28 |
| Hex | 38 | 74 | 1A | 34 | 0 | 4E | 37 | 64 | 3F | 1C |
| Octal | 70 | 164 | 32 | 64 | 0 | 116 | 67 | 144 | 77 | 34 |
| Binary | 111000 | 1110100 | 11010 | 110100 | 0 | 1001110 | 110111 | 1100100 | 111111 | 11100 |
Color Harmonies of #38741A
Complementary color
Monochromatic Colors of #38741A
Black with #38741A
Text Example
Text Example
White with #38741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38741A; }
p { color: rgb(56,116,26); }
H1.HeaderClassName
{
color: #38741A;
}
.AnyTagClassName
{
color: #38741A;
}
</style>
background-color css
<style>
a { background-color: #38741A; }
a { background-color: rgb(56,116,26); }
div.DivClassName
{
background-color: #38741A;
}
.BgClassName
{
background-color: #38741A;
}
</style>
border-color css
<style>
span { border-color: #38741A; }
span { border-color: rgb(56,116,26); }
td.TdClassName
{
border-color: #38741A;
}
.TagClassName
{
border-color: #38741A;
}
</style>