Shades of Bilbao #388A07
Tints of Bilbao #388A07
RGB
CMYK
RGB Variations
Color information
#388A07 (or 0x388A07) is known color: Bilbao. HEX triplet: 38, 8A and 07. RGB value is (56,138,7). Sum of RGB (Red+Green+Blue) = 56+138+7=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #388A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388A07 is #C775F8. Grayscale: #626262. Windows color (decimal): -13071865 or 494136. OLE color: 494136.
HSL color Cylindrical-coordinate representation of color #388A07: hue angle of 97.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #388A07 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 7 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.46 |
| HSL | 97.56º | 0.9% | 0.28% | - |
| HSV(B) | 97.56º | 0.95% | 0.54% | - |
| XYZ | 10.76 | 19.03 | 3.31 | - |
| YUV | 98.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 7 | 0.59 | 0 | 0.95 | 0.46 | 97.56 | 0.9 | 0.28 |
| Hex | 38 | 8A | 7 | 3B | 0 | 5F | 2E | 62 | 5A | 1C |
| Octal | 70 | 212 | 7 | 73 | 0 | 137 | 56 | 142 | 132 | 34 |
| Binary | 111000 | 10001010 | 111 | 111011 | 0 | 1011111 | 101110 | 1100010 | 1011010 | 11100 |
Color Harmonies of #388A07
Complementary color
Monochromatic Colors of #388A07
Black with #388A07
Text Example
Text Example
White with #388A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A07; }
p { color: rgb(56,138,7); }
H1.HeaderClassName
{
color: #388A07;
}
.AnyTagClassName
{
color: #388A07;
}
</style>
background-color css
<style>
a { background-color: #388A07; }
a { background-color: rgb(56,138,7); }
div.DivClassName
{
background-color: #388A07;
}
.BgClassName
{
background-color: #388A07;
}
</style>
border-color css
<style>
span { border-color: #388A07; }
span { border-color: rgb(56,138,7); }
td.TdClassName
{
border-color: #388A07;
}
.TagClassName
{
border-color: #388A07;
}
</style>