Shades of Bilbao #388725
Tints of Bilbao #388725
RGB
CMYK
RGB Variations
Color information
#388725 (or 0x388725) is known color: Bilbao. HEX triplet: 38, 87 and 25. RGB value is (56,135,37). Sum of RGB (Red+Green+Blue) = 56+135+37=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #388725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388725 is #C778DA. Grayscale: #646464. Windows color (decimal): -13072603 or 2459448. OLE color: 2459448.
HSL color Cylindrical-coordinate representation of color #388725: hue angle of 108.37º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388725 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 37 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.47 |
| HSL | 108.37º | 0.57% | 0.34% | - |
| HSV(B) | 108.37º | 0.73% | 0.53% | - |
| XYZ | 10.63 | 18.3 | 4.72 | - |
| YUV | 100.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 37 | 0.59 | 0 | 0.73 | 0.47 | 108.37 | 0.57 | 0.34 |
| Hex | 38 | 87 | 25 | 3B | 0 | 49 | 2F | 6C | 39 | 22 |
| Octal | 70 | 207 | 45 | 73 | 0 | 111 | 57 | 154 | 71 | 42 |
| Binary | 111000 | 10000111 | 100101 | 111011 | 0 | 1001001 | 101111 | 1101100 | 111001 | 100010 |
Color Harmonies of #388725
Complementary color
Monochromatic Colors of #388725
Black with #388725
Text Example
Text Example
White with #388725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388725; }
p { color: rgb(56,135,37); }
H1.HeaderClassName
{
color: #388725;
}
.AnyTagClassName
{
color: #388725;
}
</style>
background-color css
<style>
a { background-color: #388725; }
a { background-color: rgb(56,135,37); }
div.DivClassName
{
background-color: #388725;
}
.BgClassName
{
background-color: #388725;
}
</style>
border-color css
<style>
span { border-color: #388725; }
span { border-color: rgb(56,135,37); }
td.TdClassName
{
border-color: #388725;
}
.TagClassName
{
border-color: #388725;
}
</style>