Shades of Bilbao #38872B
Tints of Bilbao #38872B
RGB
CMYK
RGB Variations
Color information
#38872B (or 0x38872B) is known color: Bilbao. HEX triplet: 38, 87 and 2B. RGB value is (56,135,43). Sum of RGB (Red+Green+Blue) = 56+135+43=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #38872B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38872B is #C778D4. Grayscale: #656565. Windows color (decimal): -13072597 or 2852664. OLE color: 2852664.
HSL color Cylindrical-coordinate representation of color #38872B: hue angle of 111.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38872B is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 43 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.47 |
| HSL | 111.52º | 0.52% | 0.35% | - |
| HSV(B) | 111.52º | 0.68% | 0.53% | - |
| XYZ | 10.73 | 18.34 | 5.26 | - |
| YUV | 100.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 43 | 0.59 | 0 | 0.68 | 0.47 | 111.52 | 0.52 | 0.35 |
| Hex | 38 | 87 | 2B | 3B | 0 | 44 | 2F | 70 | 34 | 23 |
| Octal | 70 | 207 | 53 | 73 | 0 | 104 | 57 | 160 | 64 | 43 |
| Binary | 111000 | 10000111 | 101011 | 111011 | 0 | 1000100 | 101111 | 1110000 | 110100 | 100011 |
Color Harmonies of #38872B
Complementary color
Monochromatic Colors of #38872B
Black with #38872B
Text Example
Text Example
White with #38872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38872B; }
p { color: rgb(56,135,43); }
H1.HeaderClassName
{
color: #38872B;
}
.AnyTagClassName
{
color: #38872B;
}
</style>
background-color css
<style>
a { background-color: #38872B; }
a { background-color: rgb(56,135,43); }
div.DivClassName
{
background-color: #38872B;
}
.BgClassName
{
background-color: #38872B;
}
</style>
border-color css
<style>
span { border-color: #38872B; }
span { border-color: rgb(56,135,43); }
td.TdClassName
{
border-color: #38872B;
}
.TagClassName
{
border-color: #38872B;
}
</style>