Shades of Bilbao #3C831D
Tints of Bilbao #3C831D
RGB
CMYK
RGB Variations
Color information
#3C831D (or 0x3C831D) is known color: Bilbao. HEX triplet: 3C, 83 and 1D. RGB value is (60,131,29). Sum of RGB (Red+Green+Blue) = 60+131+29=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #3C831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C831D is #C37CE2. Grayscale: #626262. Windows color (decimal): -12811491 or 1934140. OLE color: 1934140.
HSL color Cylindrical-coordinate representation of color #3C831D: hue angle of 101.76º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C831D is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 29 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.49 |
| HSL | 101.76º | 0.64% | 0.31% | - |
| HSV(B) | 101.76º | 0.78% | 0.51% | - |
| XYZ | 10.2 | 17.28 | 3.96 | - |
| YUV | 98.14 | 88.98 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 29 | 0.54 | 0 | 0.78 | 0.49 | 101.76 | 0.64 | 0.31 |
| Hex | 3C | 83 | 1D | 36 | 0 | 4E | 31 | 66 | 40 | 1F |
| Octal | 74 | 203 | 35 | 66 | 0 | 116 | 61 | 146 | 100 | 37 |
| Binary | 111100 | 10000011 | 11101 | 110110 | 0 | 1001110 | 110001 | 1100110 | 1000000 | 11111 |
Color Harmonies of #3C831D
Complementary color
Monochromatic Colors of #3C831D
Black with #3C831D
Text Example
Text Example
White with #3C831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C831D; }
p { color: rgb(60,131,29); }
H1.HeaderClassName
{
color: #3C831D;
}
.AnyTagClassName
{
color: #3C831D;
}
</style>
background-color css
<style>
a { background-color: #3C831D; }
a { background-color: rgb(60,131,29); }
div.DivClassName
{
background-color: #3C831D;
}
.BgClassName
{
background-color: #3C831D;
}
</style>
border-color css
<style>
span { border-color: #3C831D; }
span { border-color: rgb(60,131,29); }
td.TdClassName
{
border-color: #3C831D;
}
.TagClassName
{
border-color: #3C831D;
}
</style>