Shades of Bilbao #38830C
Tints of Bilbao #38830C
RGB
CMYK
RGB Variations
Color information
#38830C (or 0x38830C) is known color: Bilbao. HEX triplet: 38, 83 and 0C. RGB value is (56,131,12). Sum of RGB (Red+Green+Blue) = 56+131+12=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 131 (51.56% from 255 or 65.83% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 131 - color contains mainly: green. Hex color #38830C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38830C is #C77CF3. Grayscale: #5F5F5F. Windows color (decimal): -13073652 or 820024. OLE color: 820024.
HSL color Cylindrical-coordinate representation of color #38830C: hue angle of 97.82º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38830C is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 131 | 12 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.49 |
| HSL | 97.82º | 0.83% | 0.28% | - |
| HSV(B) | 97.82º | 0.91% | 0.51% | - |
| XYZ | 9.81 | 17.1 | 3.13 | - |
| YUV | 95.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 12 | 0.57 | 0 | 0.91 | 0.49 | 97.82 | 0.83 | 0.28 |
| Hex | 38 | 83 | C | 39 | 0 | 5B | 31 | 62 | 53 | 1C |
| Octal | 70 | 203 | 14 | 71 | 0 | 133 | 61 | 142 | 123 | 34 |
| Binary | 111000 | 10000011 | 1100 | 111001 | 0 | 1011011 | 110001 | 1100010 | 1010011 | 11100 |
Color Harmonies of #38830C
Complementary color
Monochromatic Colors of #38830C
Black with #38830C
Text Example
Text Example
White with #38830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38830C; }
p { color: rgb(56,131,12); }
H1.HeaderClassName
{
color: #38830C;
}
.AnyTagClassName
{
color: #38830C;
}
</style>
background-color css
<style>
a { background-color: #38830C; }
a { background-color: rgb(56,131,12); }
div.DivClassName
{
background-color: #38830C;
}
.BgClassName
{
background-color: #38830C;
}
</style>
border-color css
<style>
span { border-color: #38830C; }
span { border-color: rgb(56,131,12); }
td.TdClassName
{
border-color: #38830C;
}
.TagClassName
{
border-color: #38830C;
}
</style>