Shades of Bilbao #38861A
Tints of Bilbao #38861A
RGB
CMYK
RGB Variations
Color information
#38861A (or 0x38861A) is known color: Bilbao. HEX triplet: 38, 86 and 1A. RGB value is (56,134,26). Sum of RGB (Red+Green+Blue) = 56+134+26=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #38861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38861A is #C779E5. Grayscale: #626262. Windows color (decimal): -13072870 or 1738296. OLE color: 1738296.
HSL color Cylindrical-coordinate representation of color #38861A: hue angle of 103.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38861A is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 26 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.47 |
| HSL | 103.33º | 0.68% | 0.31% | - |
| HSV(B) | 103.33º | 0.81% | 0.53% | - |
| XYZ | 10.34 | 17.97 | 3.9 | - |
| YUV | 98.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 26 | 0.58 | 0 | 0.81 | 0.47 | 103.33 | 0.68 | 0.31 |
| Hex | 38 | 86 | 1A | 3A | 0 | 51 | 2F | 67 | 44 | 1F |
| Octal | 70 | 206 | 32 | 72 | 0 | 121 | 57 | 147 | 104 | 37 |
| Binary | 111000 | 10000110 | 11010 | 111010 | 0 | 1010001 | 101111 | 1100111 | 1000100 | 11111 |
Color Harmonies of #38861A
Complementary color
Monochromatic Colors of #38861A
Black with #38861A
Text Example
Text Example
White with #38861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38861A; }
p { color: rgb(56,134,26); }
H1.HeaderClassName
{
color: #38861A;
}
.AnyTagClassName
{
color: #38861A;
}
</style>
background-color css
<style>
a { background-color: #38861A; }
a { background-color: rgb(56,134,26); }
div.DivClassName
{
background-color: #38861A;
}
.BgClassName
{
background-color: #38861A;
}
</style>
border-color css
<style>
span { border-color: #38861A; }
span { border-color: rgb(56,134,26); }
td.TdClassName
{
border-color: #38861A;
}
.TagClassName
{
border-color: #38861A;
}
</style>