Shades of Bilbao #427E27
Tints of Bilbao #427E27
RGB
CMYK
RGB Variations
Color information
#427E27 (or 0x427E27) is known color: Bilbao. HEX triplet: 42, 7E and 27. RGB value is (66,126,39). Sum of RGB (Red+Green+Blue) = 66+126+39=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #427E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E27 is #BD81D8. Grayscale: #626262. Windows color (decimal): -12419545 or 2588226. OLE color: 2588226.
HSL color Cylindrical-coordinate representation of color #427E27: hue angle of 101.38º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427E27 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 126 | 39 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.51 |
| HSL | 101.38º | 0.53% | 0.32% | - |
| HSV(B) | 101.38º | 0.69% | 0.49% | - |
| XYZ | 10.07 | 16.23 | 4.52 | - |
| YUV | 98.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 39 | 0.48 | 0 | 0.69 | 0.51 | 101.38 | 0.53 | 0.32 |
| Hex | 42 | 7E | 27 | 30 | 0 | 45 | 33 | 65 | 35 | 20 |
| Octal | 102 | 176 | 47 | 60 | 0 | 105 | 63 | 145 | 65 | 40 |
| Binary | 1000010 | 1111110 | 100111 | 110000 | 0 | 1000101 | 110011 | 1100101 | 110101 | 100000 |
Color Harmonies of #427E27
Complementary color
Monochromatic Colors of #427E27
Black with #427E27
Text Example
Text Example
White with #427E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E27; }
p { color: rgb(66,126,39); }
H1.HeaderClassName
{
color: #427E27;
}
.AnyTagClassName
{
color: #427E27;
}
</style>
background-color css
<style>
a { background-color: #427E27; }
a { background-color: rgb(66,126,39); }
div.DivClassName
{
background-color: #427E27;
}
.BgClassName
{
background-color: #427E27;
}
</style>
border-color css
<style>
span { border-color: #427E27; }
span { border-color: rgb(66,126,39); }
td.TdClassName
{
border-color: #427E27;
}
.TagClassName
{
border-color: #427E27;
}
</style>