Shades of Bilbao #388105
Tints of Bilbao #388105
RGB
CMYK
RGB Variations
Color information
#388105 (or 0x388105) is known color: Bilbao. HEX triplet: 38, 81 and 05. RGB value is (56,129,5). Sum of RGB (Red+Green+Blue) = 56+129+5=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 129 (50.78% from 255 or 67.89% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 129 - color contains mainly: green. Hex color #388105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388105 is #C77EFA. Grayscale: #5D5D5D. Windows color (decimal): -13074171 or 360760. OLE color: 360760.
HSL color Cylindrical-coordinate representation of color #388105: hue angle of 95.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #388105 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 129 | 5 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.49 |
| HSL | 95.32º | 0.93% | 0.26% | - |
| HSV(B) | 95.32º | 0.96% | 0.51% | - |
| XYZ | 9.51 | 16.55 | 2.84 | - |
| YUV | 93.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 5 | 0.57 | 0 | 0.96 | 0.49 | 95.32 | 0.93 | 0.26 |
| Hex | 38 | 81 | 5 | 39 | 0 | 60 | 31 | 5F | 5D | 1A |
| Octal | 70 | 201 | 5 | 71 | 0 | 140 | 61 | 137 | 135 | 32 |
| Binary | 111000 | 10000001 | 101 | 111001 | 0 | 1100000 | 110001 | 1011111 | 1011101 | 11010 |
Color Harmonies of #388105
Complementary color
Monochromatic Colors of #388105
Black with #388105
Text Example
Text Example
White with #388105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388105; }
p { color: rgb(56,129,5); }
H1.HeaderClassName
{
color: #388105;
}
.AnyTagClassName
{
color: #388105;
}
</style>
background-color css
<style>
a { background-color: #388105; }
a { background-color: rgb(56,129,5); }
div.DivClassName
{
background-color: #388105;
}
.BgClassName
{
background-color: #388105;
}
</style>
border-color css
<style>
span { border-color: #388105; }
span { border-color: rgb(56,129,5); }
td.TdClassName
{
border-color: #388105;
}
.TagClassName
{
border-color: #388105;
}
</style>