Shades of Bilbao #348A1D
Tints of Bilbao #348A1D
RGB
CMYK
RGB Variations
Color information
#348A1D (or 0x348A1D) is known color: Bilbao. HEX triplet: 34, 8A and 1D. RGB value is (52,138,29). Sum of RGB (Red+Green+Blue) = 52+138+29=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #348A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A1D is #CB75E2. Grayscale: #646464. Windows color (decimal): -13333987 or 1935924. OLE color: 1935924.
HSL color Cylindrical-coordinate representation of color #348A1D: hue angle of 107.34º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348A1D is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 29 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.46 |
| HSL | 107.34º | 0.65% | 0.33% | - |
| HSV(B) | 107.34º | 0.79% | 0.54% | - |
| XYZ | 10.73 | 19 | 4.26 | - |
| YUV | 99.86 | 88.01 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 29 | 0.62 | 0 | 0.79 | 0.46 | 107.34 | 0.65 | 0.33 |
| Hex | 34 | 8A | 1D | 3E | 0 | 4F | 2E | 6B | 41 | 21 |
| Octal | 64 | 212 | 35 | 76 | 0 | 117 | 56 | 153 | 101 | 41 |
| Binary | 110100 | 10001010 | 11101 | 111110 | 0 | 1001111 | 101110 | 1101011 | 1000001 | 100001 |
Color Harmonies of #348A1D
Complementary color
Monochromatic Colors of #348A1D
Black with #348A1D
Text Example
Text Example
White with #348A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A1D; }
p { color: rgb(52,138,29); }
H1.HeaderClassName
{
color: #348A1D;
}
.AnyTagClassName
{
color: #348A1D;
}
</style>
background-color css
<style>
a { background-color: #348A1D; }
a { background-color: rgb(52,138,29); }
div.DivClassName
{
background-color: #348A1D;
}
.BgClassName
{
background-color: #348A1D;
}
</style>
border-color css
<style>
span { border-color: #348A1D; }
span { border-color: rgb(52,138,29); }
td.TdClassName
{
border-color: #348A1D;
}
.TagClassName
{
border-color: #348A1D;
}
</style>