Shades of Bilbao #38871E
Tints of Bilbao #38871E
RGB
CMYK
RGB Variations
Color information
#38871E (or 0x38871E) is known color: Bilbao. HEX triplet: 38, 87 and 1E. RGB value is (56,135,30). Sum of RGB (Red+Green+Blue) = 56+135+30=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #38871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38871E is #C778E1. Grayscale: #636363. Windows color (decimal): -13072610 or 2000696. OLE color: 2000696.
HSL color Cylindrical-coordinate representation of color #38871E: hue angle of 105.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38871E is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 30 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.47 |
| HSL | 105.14º | 0.64% | 0.32% | - |
| HSV(B) | 105.14º | 0.78% | 0.53% | - |
| XYZ | 10.53 | 18.26 | 4.2 | - |
| YUV | 99.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 30 | 0.59 | 0 | 0.78 | 0.47 | 105.14 | 0.64 | 0.32 |
| Hex | 38 | 87 | 1E | 3B | 0 | 4E | 2F | 69 | 40 | 20 |
| Octal | 70 | 207 | 36 | 73 | 0 | 116 | 57 | 151 | 100 | 40 |
| Binary | 111000 | 10000111 | 11110 | 111011 | 0 | 1001110 | 101111 | 1101001 | 1000000 | 100000 |
Color Harmonies of #38871E
Complementary color
Monochromatic Colors of #38871E
Black with #38871E
Text Example
Text Example
White with #38871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38871E; }
p { color: rgb(56,135,30); }
H1.HeaderClassName
{
color: #38871E;
}
.AnyTagClassName
{
color: #38871E;
}
</style>
background-color css
<style>
a { background-color: #38871E; }
a { background-color: rgb(56,135,30); }
div.DivClassName
{
background-color: #38871E;
}
.BgClassName
{
background-color: #38871E;
}
</style>
border-color css
<style>
span { border-color: #38871E; }
span { border-color: rgb(56,135,30); }
td.TdClassName
{
border-color: #38871E;
}
.TagClassName
{
border-color: #38871E;
}
</style>