Shades of Bilbao #3D821A
Tints of Bilbao #3D821A
RGB
CMYK
RGB Variations
Color information
#3D821A (or 0x3D821A) is known color: Bilbao. HEX triplet: 3D, 82 and 1A. RGB value is (61,130,26). Sum of RGB (Red+Green+Blue) = 61+130+26=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #3D821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D821A is #C27DE5. Grayscale: #616161. Windows color (decimal): -12746214 or 1737277. OLE color: 1737277.
HSL color Cylindrical-coordinate representation of color #3D821A: hue angle of 99.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D821A is Cyan = 0.53, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 130 | 26 | - |
| CMYK | 0.53 | 0 | 0.8 | 0.49 |
| HSL | 99.81º | 0.67% | 0.31% | - |
| HSV(B) | 99.81º | 0.8% | 0.51% | - |
| XYZ | 10.09 | 17.03 | 3.73 | - |
| YUV | 97.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 26 | 0.53 | 0 | 0.8 | 0.49 | 99.81 | 0.67 | 0.31 |
| Hex | 3D | 82 | 1A | 35 | 0 | 50 | 31 | 64 | 43 | 1F |
| Octal | 75 | 202 | 32 | 65 | 0 | 120 | 61 | 144 | 103 | 37 |
| Binary | 111101 | 10000010 | 11010 | 110101 | 0 | 1010000 | 110001 | 1100100 | 1000011 | 11111 |
Color Harmonies of #3D821A
Complementary color
Monochromatic Colors of #3D821A
Black with #3D821A
Text Example
Text Example
White with #3D821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D821A; }
p { color: rgb(61,130,26); }
H1.HeaderClassName
{
color: #3D821A;
}
.AnyTagClassName
{
color: #3D821A;
}
</style>
background-color css
<style>
a { background-color: #3D821A; }
a { background-color: rgb(61,130,26); }
div.DivClassName
{
background-color: #3D821A;
}
.BgClassName
{
background-color: #3D821A;
}
</style>
border-color css
<style>
span { border-color: #3D821A; }
span { border-color: rgb(61,130,26); }
td.TdClassName
{
border-color: #3D821A;
}
.TagClassName
{
border-color: #3D821A;
}
</style>