Shades of Bilbao #3E8002
Tints of Bilbao #3E8002
RGB
CMYK
RGB Variations
Color information
#3E8002 (or 0x3E8002) is known color: Bilbao. HEX triplet: 3E, 80 and 02. RGB value is (62,128,2). Sum of RGB (Red+Green+Blue) = 62+128+2=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 128 (50.39% from 255 or 66.67% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 128 - color contains mainly: green. Hex color #3E8002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8002 is #C17FFD. Grayscale: #5E5E5E. Windows color (decimal): -12681214 or 163902. OLE color: 163902.
HSL color Cylindrical-coordinate representation of color #3E8002: hue angle of 91.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E8002 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 2 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.50 |
| HSL | 91.43º | 0.97% | 0.25% | - |
| HSV(B) | 91.43º | 0.98% | 0.5% | - |
| XYZ | 9.72 | 16.47 | 2.72 | - |
| YUV | 93.9 | 76.13 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 2 | 0.52 | 0 | 0.98 | 0.50 | 91.43 | 0.97 | 0.25 |
| Hex | 3E | 80 | 2 | 34 | 0 | 62 | 32 | 5B | 61 | 19 |
| Octal | 76 | 200 | 2 | 64 | 0 | 142 | 62 | 133 | 141 | 31 |
| Binary | 111110 | 10000000 | 10 | 110100 | 0 | 1100010 | 110010 | 1011011 | 1100001 | 11001 |
Color Harmonies of #3E8002
Complementary color
Monochromatic Colors of #3E8002
Black with #3E8002
Text Example
Text Example
White with #3E8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8002; }
p { color: rgb(62,128,2); }
H1.HeaderClassName
{
color: #3E8002;
}
.AnyTagClassName
{
color: #3E8002;
}
</style>
background-color css
<style>
a { background-color: #3E8002; }
a { background-color: rgb(62,128,2); }
div.DivClassName
{
background-color: #3E8002;
}
.BgClassName
{
background-color: #3E8002;
}
</style>
border-color css
<style>
span { border-color: #3E8002; }
span { border-color: rgb(62,128,2); }
td.TdClassName
{
border-color: #3E8002;
}
.TagClassName
{
border-color: #3E8002;
}
</style>