Shades of Bilbao #38721C
Tints of Bilbao #38721C
RGB
CMYK
RGB Variations
Color information
#38721C (or 0x38721C) is known color: Bilbao. HEX triplet: 38, 72 and 1C. RGB value is (56,114,28). Sum of RGB (Red+Green+Blue) = 56+114+28=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #38721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38721C is #C78DE3. Grayscale: #575757. Windows color (decimal): -13077988 or 1864248. OLE color: 1864248.
HSL color Cylindrical-coordinate representation of color #38721C: hue angle of 100.47º degrees, saturation: 0.61, 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 #38721C is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 28 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.55 |
| HSL | 100.47º | 0.61% | 0.28% | - |
| HSV(B) | 100.47º | 0.75% | 0.45% | - |
| XYZ | 7.86 | 12.96 | 3.19 | - |
| YUV | 86.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 28 | 0.51 | 0 | 0.75 | 0.55 | 100.47 | 0.61 | 0.28 |
| Hex | 38 | 72 | 1C | 33 | 0 | 4B | 37 | 64 | 3D | 1C |
| Octal | 70 | 162 | 34 | 63 | 0 | 113 | 67 | 144 | 75 | 34 |
| Binary | 111000 | 1110010 | 11100 | 110011 | 0 | 1001011 | 110111 | 1100100 | 111101 | 11100 |
Color Harmonies of #38721C
Complementary color
Monochromatic Colors of #38721C
Black with #38721C
Text Example
Text Example
White with #38721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38721C; }
p { color: rgb(56,114,28); }
H1.HeaderClassName
{
color: #38721C;
}
.AnyTagClassName
{
color: #38721C;
}
</style>
background-color css
<style>
a { background-color: #38721C; }
a { background-color: rgb(56,114,28); }
div.DivClassName
{
background-color: #38721C;
}
.BgClassName
{
background-color: #38721C;
}
</style>
border-color css
<style>
span { border-color: #38721C; }
span { border-color: rgb(56,114,28); }
td.TdClassName
{
border-color: #38721C;
}
.TagClassName
{
border-color: #38721C;
}
</style>