Shades of Bilbao #38870D
Tints of Bilbao #38870D
RGB
CMYK
RGB Variations
Color information
#38870D (or 0x38870D) is known color: Bilbao. HEX triplet: 38, 87 and 0D. RGB value is (56,135,13). Sum of RGB (Red+Green+Blue) = 56+135+13=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #38870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38870D is #C778F2. Grayscale: #616161. Windows color (decimal): -13072627 or 886584. OLE color: 886584.
HSL color Cylindrical-coordinate representation of color #38870D: hue angle of 98.85º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38870D is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 13 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.47 |
| HSL | 98.85º | 0.82% | 0.29% | - |
| HSV(B) | 98.85º | 0.9% | 0.53% | - |
| XYZ | 10.37 | 18.2 | 3.35 | - |
| YUV | 97.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 13 | 0.59 | 0 | 0.90 | 0.47 | 98.85 | 0.82 | 0.29 |
| Hex | 38 | 87 | D | 3B | 0 | 5A | 2F | 63 | 52 | 1D |
| Octal | 70 | 207 | 15 | 73 | 0 | 132 | 57 | 143 | 122 | 35 |
| Binary | 111000 | 10000111 | 1101 | 111011 | 0 | 1011010 | 101111 | 1100011 | 1010010 | 11101 |
Color Harmonies of #38870D
Complementary color
Monochromatic Colors of #38870D
Black with #38870D
Text Example
Text Example
White with #38870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38870D; }
p { color: rgb(56,135,13); }
H1.HeaderClassName
{
color: #38870D;
}
.AnyTagClassName
{
color: #38870D;
}
</style>
background-color css
<style>
a { background-color: #38870D; }
a { background-color: rgb(56,135,13); }
div.DivClassName
{
background-color: #38870D;
}
.BgClassName
{
background-color: #38870D;
}
</style>
border-color css
<style>
span { border-color: #38870D; }
span { border-color: rgb(56,135,13); }
td.TdClassName
{
border-color: #38870D;
}
.TagClassName
{
border-color: #38870D;
}
</style>