Shades of Bilbao #38762A
Tints of Bilbao #38762A
RGB
CMYK
RGB Variations
Color information
#38762A (or 0x38762A) is known color: Bilbao. HEX triplet: 38, 76 and 2A. RGB value is (56,118,42). Sum of RGB (Red+Green+Blue) = 56+118+42=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #38762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38762A is #C789D5. Grayscale: #5B5B5B. Windows color (decimal): -13076950 or 2782776. OLE color: 2782776.
HSL color Cylindrical-coordinate representation of color #38762A: hue angle of 108.95º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38762A is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 42 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.54 |
| HSL | 108.95º | 0.48% | 0.31% | - |
| HSV(B) | 108.95º | 0.64% | 0.46% | - |
| XYZ | 8.53 | 13.96 | 4.44 | - |
| YUV | 90.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 42 | 0.53 | 0 | 0.64 | 0.54 | 108.95 | 0.48 | 0.31 |
| Hex | 38 | 76 | 2A | 35 | 0 | 40 | 36 | 6D | 30 | 1F |
| Octal | 70 | 166 | 52 | 65 | 0 | 100 | 66 | 155 | 60 | 37 |
| Binary | 111000 | 1110110 | 101010 | 110101 | 0 | 1000000 | 110110 | 1101101 | 110000 | 11111 |
Color Harmonies of #38762A
Complementary color
Monochromatic Colors of #38762A
Black with #38762A
Text Example
Text Example
White with #38762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38762A; }
p { color: rgb(56,118,42); }
H1.HeaderClassName
{
color: #38762A;
}
.AnyTagClassName
{
color: #38762A;
}
</style>
background-color css
<style>
a { background-color: #38762A; }
a { background-color: rgb(56,118,42); }
div.DivClassName
{
background-color: #38762A;
}
.BgClassName
{
background-color: #38762A;
}
</style>
border-color css
<style>
span { border-color: #38762A; }
span { border-color: rgb(56,118,42); }
td.TdClassName
{
border-color: #38762A;
}
.TagClassName
{
border-color: #38762A;
}
</style>