Shades of Bilbao #42841C
Tints of Bilbao #42841C
RGB
CMYK
RGB Variations
Color information
#42841C (or 0x42841C) is known color: Bilbao. HEX triplet: 42, 84 and 1C. RGB value is (66,132,28). Sum of RGB (Red+Green+Blue) = 66+132+28=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #42841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42841C is #BD7BE3. Grayscale: #646464. Windows color (decimal): -12418020 or 1868866. OLE color: 1868866.
HSL color Cylindrical-coordinate representation of color #42841C: hue angle of 98.08º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42841C is Cyan = 0.5, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 28 | - |
| CMYK | 0.5 | 0 | 0.79 | 0.48 |
| HSL | 98.08º | 0.65% | 0.31% | - |
| HSV(B) | 98.08º | 0.79% | 0.52% | - |
| XYZ | 10.71 | 17.74 | 3.96 | - |
| YUV | 100.41 | 87.13 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 28 | 0.5 | 0 | 0.79 | 0.48 | 98.08 | 0.65 | 0.31 |
| Hex | 42 | 84 | 1C | 32 | 0 | 4F | 30 | 62 | 41 | 1F |
| Octal | 102 | 204 | 34 | 62 | 0 | 117 | 60 | 142 | 101 | 37 |
| Binary | 1000010 | 10000100 | 11100 | 110010 | 0 | 1001111 | 110000 | 1100010 | 1000001 | 11111 |
Color Harmonies of #42841C
Complementary color
Monochromatic Colors of #42841C
Black with #42841C
Text Example
Text Example
White with #42841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42841C; }
p { color: rgb(66,132,28); }
H1.HeaderClassName
{
color: #42841C;
}
.AnyTagClassName
{
color: #42841C;
}
</style>
background-color css
<style>
a { background-color: #42841C; }
a { background-color: rgb(66,132,28); }
div.DivClassName
{
background-color: #42841C;
}
.BgClassName
{
background-color: #42841C;
}
</style>
border-color css
<style>
span { border-color: #42841C; }
span { border-color: rgb(66,132,28); }
td.TdClassName
{
border-color: #42841C;
}
.TagClassName
{
border-color: #42841C;
}
</style>