Shades of Bilbao #43841E
Tints of Bilbao #43841E
RGB
CMYK
RGB Variations
Color information
#43841E (or 0x43841E) is known color: Bilbao. HEX triplet: 43, 84 and 1E. RGB value is (67,132,30). Sum of RGB (Red+Green+Blue) = 67+132+30=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #43841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43841E is #BC7BE1. Grayscale: #656565. Windows color (decimal): -12352482 or 1999939. OLE color: 1999939.
HSL color Cylindrical-coordinate representation of color #43841E: hue angle of 98.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43841E is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 30 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.48 |
| HSL | 98.24º | 0.63% | 0.32% | - |
| HSV(B) | 98.24º | 0.77% | 0.52% | - |
| XYZ | 10.8 | 17.79 | 4.09 | - |
| YUV | 100.94 | 87.97 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 30 | 0.49 | 0 | 0.77 | 0.48 | 98.24 | 0.63 | 0.32 |
| Hex | 43 | 84 | 1E | 31 | 0 | 4D | 30 | 62 | 3F | 20 |
| Octal | 103 | 204 | 36 | 61 | 0 | 115 | 60 | 142 | 77 | 40 |
| Binary | 1000011 | 10000100 | 11110 | 110001 | 0 | 1001101 | 110000 | 1100010 | 111111 | 100000 |
Color Harmonies of #43841E
Complementary color
Monochromatic Colors of #43841E
Black with #43841E
Text Example
Text Example
White with #43841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43841E; }
p { color: rgb(67,132,30); }
H1.HeaderClassName
{
color: #43841E;
}
.AnyTagClassName
{
color: #43841E;
}
</style>
background-color css
<style>
a { background-color: #43841E; }
a { background-color: rgb(67,132,30); }
div.DivClassName
{
background-color: #43841E;
}
.BgClassName
{
background-color: #43841E;
}
</style>
border-color css
<style>
span { border-color: #43841E; }
span { border-color: rgb(67,132,30); }
td.TdClassName
{
border-color: #43841E;
}
.TagClassName
{
border-color: #43841E;
}
</style>