Shades of Bilbao #3F7533
Tints of Bilbao #3F7533
RGB
CMYK
RGB Variations
Color information
#3F7533 (or 0x3F7533) is known color: Bilbao. HEX triplet: 3F, 75 and 33. RGB value is (63,117,51). Sum of RGB (Red+Green+Blue) = 63+117+51=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7533 is #C08ACC. Grayscale: #5D5D5D. Windows color (decimal): -12618445 or 3372351. OLE color: 3372351.
HSL color Cylindrical-coordinate representation of color #3F7533: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7533 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 51 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.54 |
| HSL | 109.09º | 0.39% | 0.33% | - |
| HSV(B) | 109.09º | 0.56% | 0.46% | - |
| XYZ | 9.01 | 14.02 | 5.36 | - |
| YUV | 93.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 51 | 0.46 | 0 | 0.56 | 0.54 | 109.09 | 0.39 | 0.33 |
| Hex | 3F | 75 | 33 | 2E | 0 | 38 | 36 | 6D | 27 | 21 |
| Octal | 77 | 165 | 63 | 56 | 0 | 70 | 66 | 155 | 47 | 41 |
| Binary | 111111 | 1110101 | 110011 | 101110 | 0 | 111000 | 110110 | 1101101 | 100111 | 100001 |
Color Harmonies of #3F7533
Complementary color
Monochromatic Colors of #3F7533
Black with #3F7533
Text Example
Text Example
White with #3F7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7533; }
p { color: rgb(63,117,51); }
H1.HeaderClassName
{
color: #3F7533;
}
.AnyTagClassName
{
color: #3F7533;
}
</style>
background-color css
<style>
a { background-color: #3F7533; }
a { background-color: rgb(63,117,51); }
div.DivClassName
{
background-color: #3F7533;
}
.BgClassName
{
background-color: #3F7533;
}
</style>
border-color css
<style>
span { border-color: #3F7533; }
span { border-color: rgb(63,117,51); }
td.TdClassName
{
border-color: #3F7533;
}
.TagClassName
{
border-color: #3F7533;
}
</style>