Shades of Bilbao #3D8A0C
Tints of Bilbao #3D8A0C
RGB
CMYK
RGB Variations
Color information
#3D8A0C (or 0x3D8A0C) is known color: Bilbao. HEX triplet: 3D, 8A and 0C. RGB value is (61,138,12). Sum of RGB (Red+Green+Blue) = 61+138+12=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8A0C is #C275F3. Grayscale: #656565. Windows color (decimal): -12744180 or 821821. OLE color: 821821.
HSL color Cylindrical-coordinate representation of color #3D8A0C: hue angle of 96.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D8A0C is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 12 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.46 |
| HSL | 96.67º | 0.84% | 0.29% | - |
| HSV(B) | 96.67º | 0.91% | 0.54% | - |
| XYZ | 11.08 | 19.2 | 3.47 | - |
| YUV | 100.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 12 | 0.56 | 0 | 0.91 | 0.46 | 96.67 | 0.84 | 0.29 |
| Hex | 3D | 8A | C | 38 | 0 | 5B | 2E | 61 | 54 | 1D |
| Octal | 75 | 212 | 14 | 70 | 0 | 133 | 56 | 141 | 124 | 35 |
| Binary | 111101 | 10001010 | 1100 | 111000 | 0 | 1011011 | 101110 | 1100001 | 1010100 | 11101 |
Color Harmonies of #3D8A0C
Complementary color
Monochromatic Colors of #3D8A0C
Black with #3D8A0C
Text Example
Text Example
White with #3D8A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A0C; }
p { color: rgb(61,138,12); }
H1.HeaderClassName
{
color: #3D8A0C;
}
.AnyTagClassName
{
color: #3D8A0C;
}
</style>
background-color css
<style>
a { background-color: #3D8A0C; }
a { background-color: rgb(61,138,12); }
div.DivClassName
{
background-color: #3D8A0C;
}
.BgClassName
{
background-color: #3D8A0C;
}
</style>
border-color css
<style>
span { border-color: #3D8A0C; }
span { border-color: rgb(61,138,12); }
td.TdClassName
{
border-color: #3D8A0C;
}
.TagClassName
{
border-color: #3D8A0C;
}
</style>