Shades of Bilbao #38792D
Tints of Bilbao #38792D
RGB
CMYK
RGB Variations
Color information
#38792D (or 0x38792D) is known color: Bilbao. HEX triplet: 38, 79 and 2D. RGB value is (56,121,45). Sum of RGB (Red+Green+Blue) = 56+121+45=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #38792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38792D is #C786D2. Grayscale: #5D5D5D. Windows color (decimal): -13076179 or 2980152. OLE color: 2980152.
HSL color Cylindrical-coordinate representation of color #38792D: hue angle of 111.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38792D is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 45 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.53 |
| HSL | 111.32º | 0.46% | 0.33% | - |
| HSV(B) | 111.32º | 0.63% | 0.47% | - |
| XYZ | 8.94 | 14.7 | 4.85 | - |
| YUV | 92.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 45 | 0.54 | 0 | 0.63 | 0.53 | 111.32 | 0.46 | 0.33 |
| Hex | 38 | 79 | 2D | 36 | 0 | 3F | 35 | 6F | 2E | 21 |
| Octal | 70 | 171 | 55 | 66 | 0 | 77 | 65 | 157 | 56 | 41 |
| Binary | 111000 | 1111001 | 101101 | 110110 | 0 | 111111 | 110101 | 1101111 | 101110 | 100001 |
Color Harmonies of #38792D
Complementary color
Monochromatic Colors of #38792D
Black with #38792D
Text Example
Text Example
White with #38792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38792D; }
p { color: rgb(56,121,45); }
H1.HeaderClassName
{
color: #38792D;
}
.AnyTagClassName
{
color: #38792D;
}
</style>
background-color css
<style>
a { background-color: #38792D; }
a { background-color: rgb(56,121,45); }
div.DivClassName
{
background-color: #38792D;
}
.BgClassName
{
background-color: #38792D;
}
</style>
border-color css
<style>
span { border-color: #38792D; }
span { border-color: rgb(56,121,45); }
td.TdClassName
{
border-color: #38792D;
}
.TagClassName
{
border-color: #38792D;
}
</style>