Shades of Bilbao #3D6E23
Tints of Bilbao #3D6E23
RGB
CMYK
RGB Variations
Color information
#3D6E23 (or 0x3D6E23) is known color: Bilbao. HEX triplet: 3D, 6E and 23. RGB value is (61,110,35). Sum of RGB (Red+Green+Blue) = 61+110+35=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #3D6E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6E23 is #C291DC. Grayscale: #575757. Windows color (decimal): -12751325 or 2321981. OLE color: 2321981.
HSL color Cylindrical-coordinate representation of color #3D6E23: hue angle of 99.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6E23 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 110 | 35 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.57 |
| HSL | 99.2º | 0.52% | 0.28% | - |
| HSV(B) | 99.2º | 0.68% | 0.43% | - |
| XYZ | 7.8 | 12.27 | 3.55 | - |
| YUV | 86.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 35 | 0.45 | 0 | 0.68 | 0.57 | 99.2 | 0.52 | 0.28 |
| Hex | 3D | 6E | 23 | 2D | 0 | 44 | 39 | 63 | 34 | 1C |
| Octal | 75 | 156 | 43 | 55 | 0 | 104 | 71 | 143 | 64 | 34 |
| Binary | 111101 | 1101110 | 100011 | 101101 | 0 | 1000100 | 111001 | 1100011 | 110100 | 11100 |
Color Harmonies of #3D6E23
Complementary color
Monochromatic Colors of #3D6E23
Black with #3D6E23
Text Example
Text Example
White with #3D6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6E23; }
p { color: rgb(61,110,35); }
H1.HeaderClassName
{
color: #3D6E23;
}
.AnyTagClassName
{
color: #3D6E23;
}
</style>
background-color css
<style>
a { background-color: #3D6E23; }
a { background-color: rgb(61,110,35); }
div.DivClassName
{
background-color: #3D6E23;
}
.BgClassName
{
background-color: #3D6E23;
}
</style>
border-color css
<style>
span { border-color: #3D6E23; }
span { border-color: rgb(61,110,35); }
td.TdClassName
{
border-color: #3D6E23;
}
.TagClassName
{
border-color: #3D6E23;
}
</style>