Shades of Bilbao #3D7024
Tints of Bilbao #3D7024
RGB
CMYK
RGB Variations
Color information
#3D7024 (or 0x3D7024) is known color: Bilbao. HEX triplet: 3D, 70 and 24. RGB value is (61,112,36). Sum of RGB (Red+Green+Blue) = 61+112+36=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7024 is #C28FDB. Grayscale: #585858. Windows color (decimal): -12750812 or 2388029. OLE color: 2388029.
HSL color Cylindrical-coordinate representation of color #3D7024: hue angle of 100.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D7024 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 36 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.56 |
| HSL | 100.26º | 0.51% | 0.29% | - |
| HSV(B) | 100.26º | 0.68% | 0.44% | - |
| XYZ | 8.04 | 12.71 | 3.7 | - |
| YUV | 88.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 36 | 0.46 | 0 | 0.68 | 0.56 | 100.26 | 0.51 | 0.29 |
| Hex | 3D | 70 | 24 | 2E | 0 | 44 | 38 | 64 | 33 | 1D |
| Octal | 75 | 160 | 44 | 56 | 0 | 104 | 70 | 144 | 63 | 35 |
| Binary | 111101 | 1110000 | 100100 | 101110 | 0 | 1000100 | 111000 | 1100100 | 110011 | 11101 |
Color Harmonies of #3D7024
Complementary color
Monochromatic Colors of #3D7024
Black with #3D7024
Text Example
Text Example
White with #3D7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7024; }
p { color: rgb(61,112,36); }
H1.HeaderClassName
{
color: #3D7024;
}
.AnyTagClassName
{
color: #3D7024;
}
</style>
background-color css
<style>
a { background-color: #3D7024; }
a { background-color: rgb(61,112,36); }
div.DivClassName
{
background-color: #3D7024;
}
.BgClassName
{
background-color: #3D7024;
}
</style>
border-color css
<style>
span { border-color: #3D7024; }
span { border-color: rgb(61,112,36); }
td.TdClassName
{
border-color: #3D7024;
}
.TagClassName
{
border-color: #3D7024;
}
</style>