Shades of Bilbao #388402
Tints of Bilbao #388402
RGB
CMYK
RGB Variations
Color information
#388402 (or 0x388402) is known color: Bilbao. HEX triplet: 38, 84 and 02. RGB value is (56,132,2). Sum of RGB (Red+Green+Blue) = 56+132+2=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 132 (51.95% from 255 or 69.47% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 132 - color contains mainly: green. Hex color #388402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388402 is #C77BFD. Grayscale: #5E5E5E. Windows color (decimal): -13073406 or 164920. OLE color: 164920.
HSL color Cylindrical-coordinate representation of color #388402: hue angle of 95.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #388402 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.48 |
| HSL | 95.08º | 0.97% | 0.26% | - |
| HSV(B) | 95.08º | 0.98% | 0.52% | - |
| XYZ | 9.89 | 17.35 | 2.88 | - |
| YUV | 94.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 2 | 0.58 | 0 | 0.98 | 0.48 | 95.08 | 0.97 | 0.26 |
| Hex | 38 | 84 | 2 | 3A | 0 | 62 | 30 | 5F | 61 | 1A |
| Octal | 70 | 204 | 2 | 72 | 0 | 142 | 60 | 137 | 141 | 32 |
| Binary | 111000 | 10000100 | 10 | 111010 | 0 | 1100010 | 110000 | 1011111 | 1100001 | 11010 |
Color Harmonies of #388402
Complementary color
Monochromatic Colors of #388402
Black with #388402
Text Example
Text Example
White with #388402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388402; }
p { color: rgb(56,132,2); }
H1.HeaderClassName
{
color: #388402;
}
.AnyTagClassName
{
color: #388402;
}
</style>
background-color css
<style>
a { background-color: #388402; }
a { background-color: rgb(56,132,2); }
div.DivClassName
{
background-color: #388402;
}
.BgClassName
{
background-color: #388402;
}
</style>
border-color css
<style>
span { border-color: #388402; }
span { border-color: rgb(56,132,2); }
td.TdClassName
{
border-color: #388402;
}
.TagClassName
{
border-color: #388402;
}
</style>