Shades of Bilbao #42792D
Tints of Bilbao #42792D
RGB
CMYK
RGB Variations
Color information
#42792D (or 0x42792D) is known color: Bilbao. HEX triplet: 42, 79 and 2D. RGB value is (66,121,45). Sum of RGB (Red+Green+Blue) = 66+121+45=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #42792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42792D is #BD86D2. Grayscale: #606060. Windows color (decimal): -12420819 or 2980162. OLE color: 2980162.
HSL color Cylindrical-coordinate representation of color #42792D: hue angle of 103.42º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42792D is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 121 | 45 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.53 |
| HSL | 103.42º | 0.46% | 0.33% | - |
| HSV(B) | 103.42º | 0.63% | 0.47% | - |
| XYZ | 9.56 | 15.02 | 4.88 | - |
| YUV | 95.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 45 | 0.45 | 0 | 0.63 | 0.53 | 103.42 | 0.46 | 0.33 |
| Hex | 42 | 79 | 2D | 2D | 0 | 3F | 35 | 67 | 2E | 21 |
| Octal | 102 | 171 | 55 | 55 | 0 | 77 | 65 | 147 | 56 | 41 |
| Binary | 1000010 | 1111001 | 101101 | 101101 | 0 | 111111 | 110101 | 1100111 | 101110 | 100001 |
Color Harmonies of #42792D
Complementary color
Monochromatic Colors of #42792D
Black with #42792D
Text Example
Text Example
White with #42792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42792D; }
p { color: rgb(66,121,45); }
H1.HeaderClassName
{
color: #42792D;
}
.AnyTagClassName
{
color: #42792D;
}
</style>
background-color css
<style>
a { background-color: #42792D; }
a { background-color: rgb(66,121,45); }
div.DivClassName
{
background-color: #42792D;
}
.BgClassName
{
background-color: #42792D;
}
</style>
border-color css
<style>
span { border-color: #42792D; }
span { border-color: rgb(66,121,45); }
td.TdClassName
{
border-color: #42792D;
}
.TagClassName
{
border-color: #42792D;
}
</style>