Shades of Bilbao #42752F
Tints of Bilbao #42752F
RGB
CMYK
RGB Variations
Color information
#42752F (or 0x42752F) is known color: Bilbao. HEX triplet: 42, 75 and 2F. RGB value is (66,117,47). Sum of RGB (Red+Green+Blue) = 66+117+47=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #42752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42752F is #BD8AD0. Grayscale: #5E5E5E. Windows color (decimal): -12421841 or 3110210. OLE color: 3110210.
HSL color Cylindrical-coordinate representation of color #42752F: hue angle of 103.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42752F is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 47 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.54 |
| HSL | 103.71º | 0.43% | 0.32% | - |
| HSV(B) | 103.71º | 0.6% | 0.46% | - |
| XYZ | 9.12 | 14.09 | 4.93 | - |
| YUV | 93.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 47 | 0.44 | 0 | 0.60 | 0.54 | 103.71 | 0.43 | 0.32 |
| Hex | 42 | 75 | 2F | 2C | 0 | 3C | 36 | 68 | 2B | 20 |
| Octal | 102 | 165 | 57 | 54 | 0 | 74 | 66 | 150 | 53 | 40 |
| Binary | 1000010 | 1110101 | 101111 | 101100 | 0 | 111100 | 110110 | 1101000 | 101011 | 100000 |
Color Harmonies of #42752F
Complementary color
Monochromatic Colors of #42752F
Black with #42752F
Text Example
Text Example
White with #42752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42752F; }
p { color: rgb(66,117,47); }
H1.HeaderClassName
{
color: #42752F;
}
.AnyTagClassName
{
color: #42752F;
}
</style>
background-color css
<style>
a { background-color: #42752F; }
a { background-color: rgb(66,117,47); }
div.DivClassName
{
background-color: #42752F;
}
.BgClassName
{
background-color: #42752F;
}
</style>
border-color css
<style>
span { border-color: #42752F; }
span { border-color: rgb(66,117,47); }
td.TdClassName
{
border-color: #42752F;
}
.TagClassName
{
border-color: #42752F;
}
</style>