Shades of Bilbao #43831E
Tints of Bilbao #43831E
RGB
CMYK
RGB Variations
Color information
#43831E (or 0x43831E) is known color: Bilbao. HEX triplet: 43, 83 and 1E. RGB value is (67,131,30). Sum of RGB (Red+Green+Blue) = 67+131+30=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #43831E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43831E is #BC7CE1. Grayscale: #646464. Windows color (decimal): -12352738 or 1999683. OLE color: 1999683.
HSL color Cylindrical-coordinate representation of color #43831E: hue angle of 98.02º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43831E is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 30 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.49 |
| HSL | 98.02º | 0.63% | 0.32% | - |
| HSV(B) | 98.02º | 0.77% | 0.51% | - |
| XYZ | 10.67 | 17.52 | 4.05 | - |
| YUV | 100.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 30 | 0.49 | 0 | 0.77 | 0.49 | 98.02 | 0.63 | 0.32 |
| Hex | 43 | 83 | 1E | 31 | 0 | 4D | 31 | 62 | 3F | 20 |
| Octal | 103 | 203 | 36 | 61 | 0 | 115 | 61 | 142 | 77 | 40 |
| Binary | 1000011 | 10000011 | 11110 | 110001 | 0 | 1001101 | 110001 | 1100010 | 111111 | 100000 |
Color Harmonies of #43831E
Complementary color
Monochromatic Colors of #43831E
Black with #43831E
Text Example
Text Example
White with #43831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43831E; }
p { color: rgb(67,131,30); }
H1.HeaderClassName
{
color: #43831E;
}
.AnyTagClassName
{
color: #43831E;
}
</style>
background-color css
<style>
a { background-color: #43831E; }
a { background-color: rgb(67,131,30); }
div.DivClassName
{
background-color: #43831E;
}
.BgClassName
{
background-color: #43831E;
}
</style>
border-color css
<style>
span { border-color: #43831E; }
span { border-color: rgb(67,131,30); }
td.TdClassName
{
border-color: #43831E;
}
.TagClassName
{
border-color: #43831E;
}
</style>