Shades of Bilbao #3D8002
Tints of Bilbao #3D8002
RGB
CMYK
RGB Variations
Color information
#3D8002 (or 0x3D8002) is known color: Bilbao. HEX triplet: 3D, 80 and 02. RGB value is (61,128,2). Sum of RGB (Red+Green+Blue) = 61+128+2=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 128 (50.39% from 255 or 67.02% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 128 - color contains mainly: green. Hex color #3D8002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8002 is #C27FFD. Grayscale: #5E5E5E. Windows color (decimal): -12746750 or 163901. OLE color: 163901.
HSL color Cylindrical-coordinate representation of color #3D8002: hue angle of 91.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D8002 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 61 | 128 | 2 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.50 |
| HSL | 91.9º | 0.97% | 0.25% | - |
| HSV(B) | 91.9º | 0.98% | 0.5% | - |
| XYZ | 9.65 | 16.43 | 2.72 | - |
| YUV | 93.6 | 76.3 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 128 | 2 | 0.52 | 0 | 0.98 | 0.50 | 91.9 | 0.97 | 0.25 |
| Hex | 3D | 80 | 2 | 34 | 0 | 62 | 32 | 5C | 61 | 19 |
| Octal | 75 | 200 | 2 | 64 | 0 | 142 | 62 | 134 | 141 | 31 |
| Binary | 111101 | 10000000 | 10 | 110100 | 0 | 1100010 | 110010 | 1011100 | 1100001 | 11001 |
Color Harmonies of #3D8002
Complementary color
Monochromatic Colors of #3D8002
Black with #3D8002
Text Example
Text Example
White with #3D8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8002; }
p { color: rgb(61,128,2); }
H1.HeaderClassName
{
color: #3D8002;
}
.AnyTagClassName
{
color: #3D8002;
}
</style>
background-color css
<style>
a { background-color: #3D8002; }
a { background-color: rgb(61,128,2); }
div.DivClassName
{
background-color: #3D8002;
}
.BgClassName
{
background-color: #3D8002;
}
</style>
border-color css
<style>
span { border-color: #3D8002; }
span { border-color: rgb(61,128,2); }
td.TdClassName
{
border-color: #3D8002;
}
.TagClassName
{
border-color: #3D8002;
}
</style>