Shades of Bilbao #3C722A
Tints of Bilbao #3C722A
RGB
CMYK
RGB Variations
Color information
#3C722A (or 0x3C722A) is known color: Bilbao. HEX triplet: 3C, 72 and 2A. RGB value is (60,114,42). Sum of RGB (Red+Green+Blue) = 60+114+42=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #3C722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C722A is #C38DD5. Grayscale: #595959. Windows color (decimal): -12815830 or 2781756. OLE color: 2781756.
HSL color Cylindrical-coordinate representation of color #3C722A: hue angle of 105º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C722A is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 42 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.55 |
| HSL | 105º | 0.46% | 0.31% | - |
| HSV(B) | 105º | 0.63% | 0.45% | - |
| XYZ | 8.3 | 13.16 | 4.29 | - |
| YUV | 89.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 42 | 0.47 | 0 | 0.63 | 0.55 | 105 | 0.46 | 0.31 |
| Hex | 3C | 72 | 2A | 2F | 0 | 3F | 37 | 69 | 2E | 1F |
| Octal | 74 | 162 | 52 | 57 | 0 | 77 | 67 | 151 | 56 | 37 |
| Binary | 111100 | 1110010 | 101010 | 101111 | 0 | 111111 | 110111 | 1101001 | 101110 | 11111 |
Color Harmonies of #3C722A
Complementary color
Monochromatic Colors of #3C722A
Black with #3C722A
Text Example
Text Example
White with #3C722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C722A; }
p { color: rgb(60,114,42); }
H1.HeaderClassName
{
color: #3C722A;
}
.AnyTagClassName
{
color: #3C722A;
}
</style>
background-color css
<style>
a { background-color: #3C722A; }
a { background-color: rgb(60,114,42); }
div.DivClassName
{
background-color: #3C722A;
}
.BgClassName
{
background-color: #3C722A;
}
</style>
border-color css
<style>
span { border-color: #3C722A; }
span { border-color: rgb(60,114,42); }
td.TdClassName
{
border-color: #3C722A;
}
.TagClassName
{
border-color: #3C722A;
}
</style>