Shades of Bilbao #38741D
Tints of Bilbao #38741D
RGB
CMYK
RGB Variations
Color information
#38741D (or 0x38741D) is known color: Bilbao. HEX triplet: 38, 74 and 1D. RGB value is (56,116,29). Sum of RGB (Red+Green+Blue) = 56+116+29=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #38741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38741D is #C78BE2. Grayscale: #585858. Windows color (decimal): -13077475 or 1930296. OLE color: 1930296.
HSL color Cylindrical-coordinate representation of color #38741D: hue angle of 101.38º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38741D is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 29 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.55 |
| HSL | 101.38º | 0.6% | 0.28% | - |
| HSV(B) | 101.38º | 0.75% | 0.45% | - |
| XYZ | 8.1 | 13.42 | 3.33 | - |
| YUV | 88.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 29 | 0.52 | 0 | 0.75 | 0.55 | 101.38 | 0.6 | 0.28 |
| Hex | 38 | 74 | 1D | 34 | 0 | 4B | 37 | 65 | 3C | 1C |
| Octal | 70 | 164 | 35 | 64 | 0 | 113 | 67 | 145 | 74 | 34 |
| Binary | 111000 | 1110100 | 11101 | 110100 | 0 | 1001011 | 110111 | 1100101 | 111100 | 11100 |
Color Harmonies of #38741D
Complementary color
Monochromatic Colors of #38741D
Black with #38741D
Text Example
Text Example
White with #38741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38741D; }
p { color: rgb(56,116,29); }
H1.HeaderClassName
{
color: #38741D;
}
.AnyTagClassName
{
color: #38741D;
}
</style>
background-color css
<style>
a { background-color: #38741D; }
a { background-color: rgb(56,116,29); }
div.DivClassName
{
background-color: #38741D;
}
.BgClassName
{
background-color: #38741D;
}
</style>
border-color css
<style>
span { border-color: #38741D; }
span { border-color: rgb(56,116,29); }
td.TdClassName
{
border-color: #38741D;
}
.TagClassName
{
border-color: #38741D;
}
</style>