Shades of Bilbao #3D8720
Tints of Bilbao #3D8720
RGB
CMYK
RGB Variations
Color information
#3D8720 (or 0x3D8720) is known color: Bilbao. HEX triplet: 3D, 87 and 20. RGB value is (61,135,32). Sum of RGB (Red+Green+Blue) = 61+135+32=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8720 is #C278DF. Grayscale: #656565. Windows color (decimal): -12744928 or 2131773. OLE color: 2131773.
HSL color Cylindrical-coordinate representation of color #3D8720: hue angle of 103.11º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D8720 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 32 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.47 |
| HSL | 103.11º | 0.62% | 0.33% | - |
| HSV(B) | 103.11º | 0.76% | 0.53% | - |
| XYZ | 10.85 | 18.42 | 4.35 | - |
| YUV | 101.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 32 | 0.55 | 0 | 0.76 | 0.47 | 103.11 | 0.62 | 0.33 |
| Hex | 3D | 87 | 20 | 37 | 0 | 4C | 2F | 67 | 3E | 21 |
| Octal | 75 | 207 | 40 | 67 | 0 | 114 | 57 | 147 | 76 | 41 |
| Binary | 111101 | 10000111 | 100000 | 110111 | 0 | 1001100 | 101111 | 1100111 | 111110 | 100001 |
Color Harmonies of #3D8720
Complementary color
Monochromatic Colors of #3D8720
Black with #3D8720
Text Example
Text Example
White with #3D8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8720; }
p { color: rgb(61,135,32); }
H1.HeaderClassName
{
color: #3D8720;
}
.AnyTagClassName
{
color: #3D8720;
}
</style>
background-color css
<style>
a { background-color: #3D8720; }
a { background-color: rgb(61,135,32); }
div.DivClassName
{
background-color: #3D8720;
}
.BgClassName
{
background-color: #3D8720;
}
</style>
border-color css
<style>
span { border-color: #3D8720; }
span { border-color: rgb(61,135,32); }
td.TdClassName
{
border-color: #3D8720;
}
.TagClassName
{
border-color: #3D8720;
}
</style>