Shades of Green House #3A6435
Tints of Green House #3A6435
RGB
CMYK
RGB Variations
Color information
#3A6435 (or 0x3A6435) is known color: Green House. HEX triplet: 3A, 64 and 35. RGB value is (58,100,53). Sum of RGB (Red+Green+Blue) = 58+100+53=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6435 is #C59BCA. Grayscale: #525252. Windows color (decimal): -12950475 or 3499066. OLE color: 3499066.
HSL color Cylindrical-coordinate representation of color #3A6435: hue angle of 113.62º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6435 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 100 | 53 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.61 |
| HSL | 113.62º | 0.31% | 0.3% | - |
| HSV(B) | 113.62º | 0.47% | 0.39% | - |
| XYZ | 6.94 | 10.27 | 4.98 | - |
| YUV | 82.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 53 | 0.42 | 0 | 0.47 | 0.61 | 113.62 | 0.31 | 0.3 |
| Hex | 3A | 64 | 35 | 2A | 0 | 2F | 3D | 72 | 1F | 1E |
| Octal | 72 | 144 | 65 | 52 | 0 | 57 | 75 | 162 | 37 | 36 |
| Binary | 111010 | 1100100 | 110101 | 101010 | 0 | 101111 | 111101 | 1110010 | 11111 | 11110 |
Color Harmonies of #3A6435
Complementary color
Monochromatic Colors of #3A6435
Black with #3A6435
Text Example
Text Example
White with #3A6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6435; }
p { color: rgb(58,100,53); }
H1.HeaderClassName
{
color: #3A6435;
}
.AnyTagClassName
{
color: #3A6435;
}
</style>
background-color css
<style>
a { background-color: #3A6435; }
a { background-color: rgb(58,100,53); }
div.DivClassName
{
background-color: #3A6435;
}
.BgClassName
{
background-color: #3A6435;
}
</style>
border-color css
<style>
span { border-color: #3A6435; }
span { border-color: rgb(58,100,53); }
td.TdClassName
{
border-color: #3A6435;
}
.TagClassName
{
border-color: #3A6435;
}
</style>