Shades of Bilbao #38880C
Tints of Bilbao #38880C
RGB
CMYK
RGB Variations
Color information
#38880C (or 0x38880C) is known color: Bilbao. HEX triplet: 38, 88 and 0C. RGB value is (56,136,12). Sum of RGB (Red+Green+Blue) = 56+136+12=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #38880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38880C is #C777F3. Grayscale: #626262. Windows color (decimal): -13072372 or 821304. OLE color: 821304.
HSL color Cylindrical-coordinate representation of color #38880C: hue angle of 98.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38880C is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 12 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.47 |
| HSL | 98.71º | 0.84% | 0.29% | - |
| HSV(B) | 98.71º | 0.91% | 0.53% | - |
| XYZ | 10.5 | 18.48 | 3.36 | - |
| YUV | 97.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 12 | 0.59 | 0 | 0.91 | 0.47 | 98.71 | 0.84 | 0.29 |
| Hex | 38 | 88 | C | 3B | 0 | 5B | 2F | 63 | 54 | 1D |
| Octal | 70 | 210 | 14 | 73 | 0 | 133 | 57 | 143 | 124 | 35 |
| Binary | 111000 | 10001000 | 1100 | 111011 | 0 | 1011011 | 101111 | 1100011 | 1010100 | 11101 |
Color Harmonies of #38880C
Complementary color
Monochromatic Colors of #38880C
Black with #38880C
Text Example
Text Example
White with #38880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38880C; }
p { color: rgb(56,136,12); }
H1.HeaderClassName
{
color: #38880C;
}
.AnyTagClassName
{
color: #38880C;
}
</style>
background-color css
<style>
a { background-color: #38880C; }
a { background-color: rgb(56,136,12); }
div.DivClassName
{
background-color: #38880C;
}
.BgClassName
{
background-color: #38880C;
}
</style>
border-color css
<style>
span { border-color: #38880C; }
span { border-color: rgb(56,136,12); }
td.TdClassName
{
border-color: #38880C;
}
.TagClassName
{
border-color: #38880C;
}
</style>