Shades of Bilbao #38762D
Tints of Bilbao #38762D
RGB
CMYK
RGB Variations
Color information
#38762D (or 0x38762D) is known color: Bilbao. HEX triplet: 38, 76 and 2D. RGB value is (56,118,45). Sum of RGB (Red+Green+Blue) = 56+118+45=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #38762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38762D is #C789D2. Grayscale: #5B5B5B. Windows color (decimal): -13076947 or 2979384. OLE color: 2979384.
HSL color Cylindrical-coordinate representation of color #38762D: hue angle of 110.96º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38762D is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 45 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.54 |
| HSL | 110.96º | 0.45% | 0.32% | - |
| HSV(B) | 110.96º | 0.62% | 0.46% | - |
| XYZ | 8.58 | 13.99 | 4.73 | - |
| YUV | 91.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 45 | 0.53 | 0 | 0.62 | 0.54 | 110.96 | 0.45 | 0.32 |
| Hex | 38 | 76 | 2D | 35 | 0 | 3E | 36 | 6F | 2D | 20 |
| Octal | 70 | 166 | 55 | 65 | 0 | 76 | 66 | 157 | 55 | 40 |
| Binary | 111000 | 1110110 | 101101 | 110101 | 0 | 111110 | 110110 | 1101111 | 101101 | 100000 |
Color Harmonies of #38762D
Complementary color
Monochromatic Colors of #38762D
Black with #38762D
Text Example
Text Example
White with #38762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38762D; }
p { color: rgb(56,118,45); }
H1.HeaderClassName
{
color: #38762D;
}
.AnyTagClassName
{
color: #38762D;
}
</style>
background-color css
<style>
a { background-color: #38762D; }
a { background-color: rgb(56,118,45); }
div.DivClassName
{
background-color: #38762D;
}
.BgClassName
{
background-color: #38762D;
}
</style>
border-color css
<style>
span { border-color: #38762D; }
span { border-color: rgb(56,118,45); }
td.TdClassName
{
border-color: #38762D;
}
.TagClassName
{
border-color: #38762D;
}
</style>