Shades of Bilbao #418325
Tints of Bilbao #418325
RGB
CMYK
RGB Variations
Color information
#418325 (or 0x418325) is known color: Bilbao. HEX triplet: 41, 83 and 25. RGB value is (65,131,37). Sum of RGB (Red+Green+Blue) = 65+131+37=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #418325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418325 is #BE7CDA. Grayscale: #646464. Windows color (decimal): -12483803 or 2458433. OLE color: 2458433.
HSL color Cylindrical-coordinate representation of color #418325: hue angle of 102.13º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418325 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 37 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.49 |
| HSL | 102.13º | 0.56% | 0.33% | - |
| HSV(B) | 102.13º | 0.72% | 0.51% | - |
| XYZ | 10.63 | 17.49 | 4.57 | - |
| YUV | 100.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 37 | 0.50 | 0 | 0.72 | 0.49 | 102.13 | 0.56 | 0.33 |
| Hex | 41 | 83 | 25 | 32 | 0 | 48 | 31 | 66 | 38 | 21 |
| Octal | 101 | 203 | 45 | 62 | 0 | 110 | 61 | 146 | 70 | 41 |
| Binary | 1000001 | 10000011 | 100101 | 110010 | 0 | 1001000 | 110001 | 1100110 | 111000 | 100001 |
Color Harmonies of #418325
Complementary color
Monochromatic Colors of #418325
Black with #418325
Text Example
Text Example
White with #418325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418325; }
p { color: rgb(65,131,37); }
H1.HeaderClassName
{
color: #418325;
}
.AnyTagClassName
{
color: #418325;
}
</style>
background-color css
<style>
a { background-color: #418325; }
a { background-color: rgb(65,131,37); }
div.DivClassName
{
background-color: #418325;
}
.BgClassName
{
background-color: #418325;
}
</style>
border-color css
<style>
span { border-color: #418325; }
span { border-color: rgb(65,131,37); }
td.TdClassName
{
border-color: #418325;
}
.TagClassName
{
border-color: #418325;
}
</style>