Shades of Bilbao #388001
Tints of Bilbao #388001
RGB
CMYK
RGB Variations
Color information
#388001 (or 0x388001) is known color: Bilbao. HEX triplet: 38, 80 and 01. RGB value is (56,128,1). Sum of RGB (Red+Green+Blue) = 56+128+1=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #388001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388001 is #C77FFE. Grayscale: #5C5C5C. Windows color (decimal): -13074431 or 98360. OLE color: 98360.
HSL color Cylindrical-coordinate representation of color #388001: hue angle of 94.02º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #388001 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 128 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.50 |
| HSL | 94.02º | 0.98% | 0.25% | - |
| HSV(B) | 94.02º | 0.99% | 0.5% | - |
| XYZ | 9.36 | 16.28 | 2.68 | - |
| YUV | 91.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 1 | 0.56 | 0 | 0.99 | 0.50 | 94.02 | 0.98 | 0.25 |
| Hex | 38 | 80 | 1 | 38 | 0 | 63 | 32 | 5E | 62 | 19 |
| Octal | 70 | 200 | 1 | 70 | 0 | 143 | 62 | 136 | 142 | 31 |
| Binary | 111000 | 10000000 | 1 | 111000 | 0 | 1100011 | 110010 | 1011110 | 1100010 | 11001 |
Color Harmonies of #388001
Complementary color
Monochromatic Colors of #388001
Black with #388001
Text Example
Text Example
White with #388001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388001; }
p { color: rgb(56,128,1); }
H1.HeaderClassName
{
color: #388001;
}
.AnyTagClassName
{
color: #388001;
}
</style>
background-color css
<style>
a { background-color: #388001; }
a { background-color: rgb(56,128,1); }
div.DivClassName
{
background-color: #388001;
}
.BgClassName
{
background-color: #388001;
}
</style>
border-color css
<style>
span { border-color: #388001; }
span { border-color: rgb(56,128,1); }
td.TdClassName
{
border-color: #388001;
}
.TagClassName
{
border-color: #388001;
}
</style>