Shades of Bilbao #3A6D1C
Tints of Bilbao #3A6D1C
RGB
CMYK
RGB Variations
Color information
#3A6D1C (or 0x3A6D1C) is known color: Bilbao. HEX triplet: 3A, 6D and 1C. RGB value is (58,109,28). Sum of RGB (Red+Green+Blue) = 58+109+28=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D1C is #C592E3. Grayscale: #545454. Windows color (decimal): -12948196 or 1862970. OLE color: 1862970.
HSL color Cylindrical-coordinate representation of color #3A6D1C: hue angle of 97.78º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A6D1C is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 109 | 28 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.57 |
| HSL | 97.78º | 0.59% | 0.27% | - |
| HSV(B) | 97.78º | 0.74% | 0.43% | - |
| XYZ | 7.42 | 11.92 | 3.01 | - |
| YUV | 84.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 28 | 0.47 | 0 | 0.74 | 0.57 | 97.78 | 0.59 | 0.27 |
| Hex | 3A | 6D | 1C | 2F | 0 | 4A | 39 | 62 | 3B | 1B |
| Octal | 72 | 155 | 34 | 57 | 0 | 112 | 71 | 142 | 73 | 33 |
| Binary | 111010 | 1101101 | 11100 | 101111 | 0 | 1001010 | 111001 | 1100010 | 111011 | 11011 |
Color Harmonies of #3A6D1C
Complementary color
Monochromatic Colors of #3A6D1C
Black with #3A6D1C
Text Example
Text Example
White with #3A6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D1C; }
p { color: rgb(58,109,28); }
H1.HeaderClassName
{
color: #3A6D1C;
}
.AnyTagClassName
{
color: #3A6D1C;
}
</style>
background-color css
<style>
a { background-color: #3A6D1C; }
a { background-color: rgb(58,109,28); }
div.DivClassName
{
background-color: #3A6D1C;
}
.BgClassName
{
background-color: #3A6D1C;
}
</style>
border-color css
<style>
span { border-color: #3A6D1C; }
span { border-color: rgb(58,109,28); }
td.TdClassName
{
border-color: #3A6D1C;
}
.TagClassName
{
border-color: #3A6D1C;
}
</style>