Shades of Bilbao #3F830F
Tints of Bilbao #3F830F
RGB
CMYK
RGB Variations
Color information
#3F830F (or 0x3F830F) is known color: Bilbao. HEX triplet: 3F, 83 and 0F. RGB value is (63,131,15). Sum of RGB (Red+Green+Blue) = 63+131+15=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #3F830F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F830F is #C07CF0. Grayscale: #616161. Windows color (decimal): -12614897 or 1016639. OLE color: 1016639.
HSL color Cylindrical-coordinate representation of color #3F830F: hue angle of 95.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F830F is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 15 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.49 |
| HSL | 95.17º | 0.79% | 0.29% | - |
| HSV(B) | 95.17º | 0.89% | 0.51% | - |
| XYZ | 10.25 | 17.32 | 3.26 | - |
| YUV | 97.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 15 | 0.52 | 0 | 0.89 | 0.49 | 95.17 | 0.79 | 0.29 |
| Hex | 3F | 83 | F | 34 | 0 | 59 | 31 | 5F | 4F | 1D |
| Octal | 77 | 203 | 17 | 64 | 0 | 131 | 61 | 137 | 117 | 35 |
| Binary | 111111 | 10000011 | 1111 | 110100 | 0 | 1011001 | 110001 | 1011111 | 1001111 | 11101 |
Color Harmonies of #3F830F
Complementary color
Monochromatic Colors of #3F830F
Black with #3F830F
Text Example
Text Example
White with #3F830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F830F; }
p { color: rgb(63,131,15); }
H1.HeaderClassName
{
color: #3F830F;
}
.AnyTagClassName
{
color: #3F830F;
}
</style>
background-color css
<style>
a { background-color: #3F830F; }
a { background-color: rgb(63,131,15); }
div.DivClassName
{
background-color: #3F830F;
}
.BgClassName
{
background-color: #3F830F;
}
</style>
border-color css
<style>
span { border-color: #3F830F; }
span { border-color: rgb(63,131,15); }
td.TdClassName
{
border-color: #3F830F;
}
.TagClassName
{
border-color: #3F830F;
}
</style>