Shades of Green House #346A1F
Tints of Green House #346A1F
RGB
CMYK
RGB Variations
Color information
#346A1F (or 0x346A1F) is known color: Green House. HEX triplet: 34, 6A and 1F. RGB value is (52,106,31). Sum of RGB (Red+Green+Blue) = 52+106+31=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #346A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A1F is #CB95E0. Grayscale: #515151. Windows color (decimal): -13342177 or 2058804. OLE color: 2058804.
HSL color Cylindrical-coordinate representation of color #346A1F: hue angle of 103.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #346A1F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 106 | 31 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.58 |
| HSL | 103.2º | 0.55% | 0.27% | - |
| HSV(B) | 103.2º | 0.71% | 0.42% | - |
| XYZ | 6.82 | 11.14 | 3.09 | - |
| YUV | 81.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 31 | 0.51 | 0 | 0.71 | 0.58 | 103.2 | 0.55 | 0.27 |
| Hex | 34 | 6A | 1F | 33 | 0 | 47 | 3A | 67 | 37 | 1B |
| Octal | 64 | 152 | 37 | 63 | 0 | 107 | 72 | 147 | 67 | 33 |
| Binary | 110100 | 1101010 | 11111 | 110011 | 0 | 1000111 | 111010 | 1100111 | 110111 | 11011 |
Color Harmonies of #346A1F
Complementary color
Monochromatic Colors of #346A1F
Black with #346A1F
Text Example
Text Example
White with #346A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A1F; }
p { color: rgb(52,106,31); }
H1.HeaderClassName
{
color: #346A1F;
}
.AnyTagClassName
{
color: #346A1F;
}
</style>
background-color css
<style>
a { background-color: #346A1F; }
a { background-color: rgb(52,106,31); }
div.DivClassName
{
background-color: #346A1F;
}
.BgClassName
{
background-color: #346A1F;
}
</style>
border-color css
<style>
span { border-color: #346A1F; }
span { border-color: rgb(52,106,31); }
td.TdClassName
{
border-color: #346A1F;
}
.TagClassName
{
border-color: #346A1F;
}
</style>