Shades of Bilbao #3C821E
Tints of Bilbao #3C821E
RGB
CMYK
RGB Variations
Color information
#3C821E (or 0x3C821E) is known color: Bilbao. HEX triplet: 3C, 82 and 1E. RGB value is (60,130,30). Sum of RGB (Red+Green+Blue) = 60+130+30=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #3C821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C821E is #C37DE1. Grayscale: #626262. Windows color (decimal): -12811746 or 1999420. OLE color: 1999420.
HSL color Cylindrical-coordinate representation of color #3C821E: hue angle of 102º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C821E is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 30 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.49 |
| HSL | 102º | 0.63% | 0.31% | - |
| HSV(B) | 102º | 0.77% | 0.51% | - |
| XYZ | 10.08 | 17.02 | 3.98 | - |
| YUV | 97.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 30 | 0.54 | 0 | 0.77 | 0.49 | 102 | 0.63 | 0.31 |
| Hex | 3C | 82 | 1E | 36 | 0 | 4D | 31 | 66 | 3E | 1F |
| Octal | 74 | 202 | 36 | 66 | 0 | 115 | 61 | 146 | 76 | 37 |
| Binary | 111100 | 10000010 | 11110 | 110110 | 0 | 1001101 | 110001 | 1100110 | 111110 | 11111 |
Color Harmonies of #3C821E
Complementary color
Monochromatic Colors of #3C821E
Black with #3C821E
Text Example
Text Example
White with #3C821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C821E; }
p { color: rgb(60,130,30); }
H1.HeaderClassName
{
color: #3C821E;
}
.AnyTagClassName
{
color: #3C821E;
}
</style>
background-color css
<style>
a { background-color: #3C821E; }
a { background-color: rgb(60,130,30); }
div.DivClassName
{
background-color: #3C821E;
}
.BgClassName
{
background-color: #3C821E;
}
</style>
border-color css
<style>
span { border-color: #3C821E; }
span { border-color: rgb(60,130,30); }
td.TdClassName
{
border-color: #3C821E;
}
.TagClassName
{
border-color: #3C821E;
}
</style>