Shades of Bilbao #3D850C
Tints of Bilbao #3D850C
RGB
CMYK
RGB Variations
Color information
#3D850C (or 0x3D850C) is known color: Bilbao. HEX triplet: 3D, 85 and 0C. RGB value is (61,133,12). Sum of RGB (Red+Green+Blue) = 61+133+12=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #3D850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D850C is #C27AF3. Grayscale: #626262. Windows color (decimal): -12745460 or 820541. OLE color: 820541.
HSL color Cylindrical-coordinate representation of color #3D850C: hue angle of 95.7º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D850C is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 12 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.48 |
| HSL | 95.7º | 0.83% | 0.28% | - |
| HSV(B) | 95.7º | 0.91% | 0.52% | - |
| XYZ | 10.38 | 17.79 | 3.24 | - |
| YUV | 97.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 12 | 0.54 | 0 | 0.91 | 0.48 | 95.7 | 0.83 | 0.28 |
| Hex | 3D | 85 | C | 36 | 0 | 5B | 30 | 60 | 53 | 1C |
| Octal | 75 | 205 | 14 | 66 | 0 | 133 | 60 | 140 | 123 | 34 |
| Binary | 111101 | 10000101 | 1100 | 110110 | 0 | 1011011 | 110000 | 1100000 | 1010011 | 11100 |
Color Harmonies of #3D850C
Complementary color
Monochromatic Colors of #3D850C
Black with #3D850C
Text Example
Text Example
White with #3D850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D850C; }
p { color: rgb(61,133,12); }
H1.HeaderClassName
{
color: #3D850C;
}
.AnyTagClassName
{
color: #3D850C;
}
</style>
background-color css
<style>
a { background-color: #3D850C; }
a { background-color: rgb(61,133,12); }
div.DivClassName
{
background-color: #3D850C;
}
.BgClassName
{
background-color: #3D850C;
}
</style>
border-color css
<style>
span { border-color: #3D850C; }
span { border-color: rgb(61,133,12); }
td.TdClassName
{
border-color: #3D850C;
}
.TagClassName
{
border-color: #3D850C;
}
</style>