Shades of Bilbao #3D6E1A
Tints of Bilbao #3D6E1A
RGB
CMYK
RGB Variations
Color information
#3D6E1A (or 0x3D6E1A) is known color: Bilbao. HEX triplet: 3D, 6E and 1A. RGB value is (61,110,26). Sum of RGB (Red+Green+Blue) = 61+110+26=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #3D6E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6E1A is #C291E5. Grayscale: #565656. Windows color (decimal): -12751334 or 1732157. OLE color: 1732157.
HSL color Cylindrical-coordinate representation of color #3D6E1A: hue angle of 95º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D6E1A is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 110 | 26 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.57 |
| HSL | 95º | 0.62% | 0.27% | - |
| HSV(B) | 95º | 0.76% | 0.43% | - |
| XYZ | 7.69 | 12.22 | 2.93 | - |
| YUV | 85.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 26 | 0.45 | 0 | 0.76 | 0.57 | 95 | 0.62 | 0.27 |
| Hex | 3D | 6E | 1A | 2D | 0 | 4C | 39 | 5F | 3E | 1B |
| Octal | 75 | 156 | 32 | 55 | 0 | 114 | 71 | 137 | 76 | 33 |
| Binary | 111101 | 1101110 | 11010 | 101101 | 0 | 1001100 | 111001 | 1011111 | 111110 | 11011 |
Color Harmonies of #3D6E1A
Complementary color
Monochromatic Colors of #3D6E1A
Black with #3D6E1A
Text Example
Text Example
White with #3D6E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6E1A; }
p { color: rgb(61,110,26); }
H1.HeaderClassName
{
color: #3D6E1A;
}
.AnyTagClassName
{
color: #3D6E1A;
}
</style>
background-color css
<style>
a { background-color: #3D6E1A; }
a { background-color: rgb(61,110,26); }
div.DivClassName
{
background-color: #3D6E1A;
}
.BgClassName
{
background-color: #3D6E1A;
}
</style>
border-color css
<style>
span { border-color: #3D6E1A; }
span { border-color: rgb(61,110,26); }
td.TdClassName
{
border-color: #3D6E1A;
}
.TagClassName
{
border-color: #3D6E1A;
}
</style>