Shades of Bilbao #35830C
Tints of Bilbao #35830C
RGB
CMYK
RGB Variations
Color information
#35830C (or 0x35830C) is known color: Bilbao. HEX triplet: 35, 83 and 0C. RGB value is (53,131,12). Sum of RGB (Red+Green+Blue) = 53+131+12=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #35830C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35830C is #CA7CF3. Grayscale: #5E5E5E. Windows color (decimal): -13270260 or 820021. OLE color: 820021.
HSL color Cylindrical-coordinate representation of color #35830C: hue angle of 99.33º 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 #35830C is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 12 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.49 |
| HSL | 99.33º | 0.83% | 0.28% | - |
| HSV(B) | 99.33º | 0.91% | 0.51% | - |
| XYZ | 9.65 | 17.02 | 3.12 | - |
| YUV | 94.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 12 | 0.60 | 0 | 0.91 | 0.49 | 99.33 | 0.83 | 0.28 |
| Hex | 35 | 83 | C | 3C | 0 | 5B | 31 | 63 | 53 | 1C |
| Octal | 65 | 203 | 14 | 74 | 0 | 133 | 61 | 143 | 123 | 34 |
| Binary | 110101 | 10000011 | 1100 | 111100 | 0 | 1011011 | 110001 | 1100011 | 1010011 | 11100 |
Color Harmonies of #35830C
Complementary color
Monochromatic Colors of #35830C
Black with #35830C
Text Example
Text Example
White with #35830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35830C; }
p { color: rgb(53,131,12); }
H1.HeaderClassName
{
color: #35830C;
}
.AnyTagClassName
{
color: #35830C;
}
</style>
background-color css
<style>
a { background-color: #35830C; }
a { background-color: rgb(53,131,12); }
div.DivClassName
{
background-color: #35830C;
}
.BgClassName
{
background-color: #35830C;
}
</style>
border-color css
<style>
span { border-color: #35830C; }
span { border-color: rgb(53,131,12); }
td.TdClassName
{
border-color: #35830C;
}
.TagClassName
{
border-color: #35830C;
}
</style>