Shades of Green House #34671A
Tints of Green House #34671A
RGB
CMYK
RGB Variations
Color information
#34671A (or 0x34671A) is known color: Green House. HEX triplet: 34, 67 and 1A. RGB value is (52,103,26). Sum of RGB (Red+Green+Blue) = 52+103+26=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #34671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34671A is #CB98E5. Grayscale: #4F4F4F. Windows color (decimal): -13342950 or 1730356. OLE color: 1730356.
HSL color Cylindrical-coordinate representation of color #34671A: hue angle of 99.74º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34671A is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 103 | 26 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.60 |
| HSL | 99.74º | 0.6% | 0.25% | - |
| HSV(B) | 99.74º | 0.75% | 0.4% | - |
| XYZ | 6.45 | 10.51 | 2.66 | - |
| YUV | 78.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 26 | 0.50 | 0 | 0.75 | 0.60 | 99.74 | 0.6 | 0.25 |
| Hex | 34 | 67 | 1A | 32 | 0 | 4B | 3C | 64 | 3C | 19 |
| Octal | 64 | 147 | 32 | 62 | 0 | 113 | 74 | 144 | 74 | 31 |
| Binary | 110100 | 1100111 | 11010 | 110010 | 0 | 1001011 | 111100 | 1100100 | 111100 | 11001 |
Color Harmonies of #34671A
Complementary color
Monochromatic Colors of #34671A
Black with #34671A
Text Example
Text Example
White with #34671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34671A; }
p { color: rgb(52,103,26); }
H1.HeaderClassName
{
color: #34671A;
}
.AnyTagClassName
{
color: #34671A;
}
</style>
background-color css
<style>
a { background-color: #34671A; }
a { background-color: rgb(52,103,26); }
div.DivClassName
{
background-color: #34671A;
}
.BgClassName
{
background-color: #34671A;
}
</style>
border-color css
<style>
span { border-color: #34671A; }
span { border-color: rgb(52,103,26); }
td.TdClassName
{
border-color: #34671A;
}
.TagClassName
{
border-color: #34671A;
}
</style>