Shades of Bilbao #38761A
Tints of Bilbao #38761A
RGB
CMYK
RGB Variations
Color information
#38761A (or 0x38761A) is known color: Bilbao. HEX triplet: 38, 76 and 1A. RGB value is (56,118,26). Sum of RGB (Red+Green+Blue) = 56+118+26=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #38761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38761A is #C789E5. Grayscale: #595959. Windows color (decimal): -13076966 or 1734200. OLE color: 1734200.
HSL color Cylindrical-coordinate representation of color #38761A: hue angle of 100.43º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38761A is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 26 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.54 |
| HSL | 100.43º | 0.64% | 0.28% | - |
| HSV(B) | 100.43º | 0.78% | 0.46% | - |
| XYZ | 8.3 | 13.87 | 3.22 | - |
| YUV | 88.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 26 | 0.53 | 0 | 0.78 | 0.54 | 100.43 | 0.64 | 0.28 |
| Hex | 38 | 76 | 1A | 35 | 0 | 4E | 36 | 64 | 40 | 1C |
| Octal | 70 | 166 | 32 | 65 | 0 | 116 | 66 | 144 | 100 | 34 |
| Binary | 111000 | 1110110 | 11010 | 110101 | 0 | 1001110 | 110110 | 1100100 | 1000000 | 11100 |
Color Harmonies of #38761A
Complementary color
Monochromatic Colors of #38761A
Black with #38761A
Text Example
Text Example
White with #38761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38761A; }
p { color: rgb(56,118,26); }
H1.HeaderClassName
{
color: #38761A;
}
.AnyTagClassName
{
color: #38761A;
}
</style>
background-color css
<style>
a { background-color: #38761A; }
a { background-color: rgb(56,118,26); }
div.DivClassName
{
background-color: #38761A;
}
.BgClassName
{
background-color: #38761A;
}
</style>
border-color css
<style>
span { border-color: #38761A; }
span { border-color: rgb(56,118,26); }
td.TdClassName
{
border-color: #38761A;
}
.TagClassName
{
border-color: #38761A;
}
</style>