Shades of Bilbao #407D23
Tints of Bilbao #407D23
RGB
CMYK
RGB Variations
Color information
#407D23 (or 0x407D23) is known color: Bilbao. HEX triplet: 40, 7D and 23. RGB value is (64,125,35). Sum of RGB (Red+Green+Blue) = 64+125+35=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #407D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D23 is #BF82DC. Grayscale: #606060. Windows color (decimal): -12550877 or 2325824. OLE color: 2325824.
HSL color Cylindrical-coordinate representation of color #407D23: hue angle of 100.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407D23 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 35 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.51 |
| HSL | 100.67º | 0.56% | 0.31% | - |
| HSV(B) | 100.67º | 0.72% | 0.49% | - |
| XYZ | 9.75 | 15.88 | 4.14 | - |
| YUV | 96.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 35 | 0.49 | 0 | 0.72 | 0.51 | 100.67 | 0.56 | 0.31 |
| Hex | 40 | 7D | 23 | 31 | 0 | 48 | 33 | 65 | 38 | 1F |
| Octal | 100 | 175 | 43 | 61 | 0 | 110 | 63 | 145 | 70 | 37 |
| Binary | 1000000 | 1111101 | 100011 | 110001 | 0 | 1001000 | 110011 | 1100101 | 111000 | 11111 |
Color Harmonies of #407D23
Complementary color
Monochromatic Colors of #407D23
Black with #407D23
Text Example
Text Example
White with #407D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D23; }
p { color: rgb(64,125,35); }
H1.HeaderClassName
{
color: #407D23;
}
.AnyTagClassName
{
color: #407D23;
}
</style>
background-color css
<style>
a { background-color: #407D23; }
a { background-color: rgb(64,125,35); }
div.DivClassName
{
background-color: #407D23;
}
.BgClassName
{
background-color: #407D23;
}
</style>
border-color css
<style>
span { border-color: #407D23; }
span { border-color: rgb(64,125,35); }
td.TdClassName
{
border-color: #407D23;
}
.TagClassName
{
border-color: #407D23;
}
</style>