Shades of Bilbao #427F28
Tints of Bilbao #427F28
RGB
CMYK
RGB Variations
Color information
#427F28 (or 0x427F28) is known color: Bilbao. HEX triplet: 42, 7F and 28. RGB value is (66,127,40). Sum of RGB (Red+Green+Blue) = 66+127+40=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #427F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F28 is #BD80D7. Grayscale: #636363. Windows color (decimal): -12419288 or 2654018. OLE color: 2654018.
HSL color Cylindrical-coordinate representation of color #427F28: hue angle of 102.07º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427F28 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 40 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.50 |
| HSL | 102.07º | 0.52% | 0.33% | - |
| HSV(B) | 102.07º | 0.69% | 0.5% | - |
| XYZ | 10.22 | 16.49 | 4.65 | - |
| YUV | 98.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 40 | 0.48 | 0 | 0.69 | 0.50 | 102.07 | 0.52 | 0.33 |
| Hex | 42 | 7F | 28 | 30 | 0 | 45 | 32 | 66 | 34 | 21 |
| Octal | 102 | 177 | 50 | 60 | 0 | 105 | 62 | 146 | 64 | 41 |
| Binary | 1000010 | 1111111 | 101000 | 110000 | 0 | 1000101 | 110010 | 1100110 | 110100 | 100001 |
Color Harmonies of #427F28
Complementary color
Monochromatic Colors of #427F28
Black with #427F28
Text Example
Text Example
White with #427F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F28; }
p { color: rgb(66,127,40); }
H1.HeaderClassName
{
color: #427F28;
}
.AnyTagClassName
{
color: #427F28;
}
</style>
background-color css
<style>
a { background-color: #427F28; }
a { background-color: rgb(66,127,40); }
div.DivClassName
{
background-color: #427F28;
}
.BgClassName
{
background-color: #427F28;
}
</style>
border-color css
<style>
span { border-color: #427F28; }
span { border-color: rgb(66,127,40); }
td.TdClassName
{
border-color: #427F28;
}
.TagClassName
{
border-color: #427F28;
}
</style>