Shades of Green House #465A3D
Tints of Green House #465A3D
RGB
CMYK
RGB Variations
Color information
#465A3D (or 0x465A3D) is known color: Green House. HEX triplet: 46, 5A and 3D. RGB value is (70,90,61). Sum of RGB (Red+Green+Blue) = 70+90+61=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #465A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A3D is #B9A5C2. Grayscale: #505050. Windows color (decimal): -12166595 or 4020806. OLE color: 4020806.
HSL color Cylindrical-coordinate representation of color #465A3D: hue angle of 101.38º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465A3D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 61 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.65 |
| HSL | 101.38º | 0.19% | 0.3% | - |
| HSV(B) | 101.38º | 0.32% | 0.35% | - |
| XYZ | 7.02 | 8.95 | 5.77 | - |
| YUV | 80.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 61 | 0.22 | 0 | 0.32 | 0.65 | 101.38 | 0.19 | 0.3 |
| Hex | 46 | 5A | 3D | 16 | 0 | 20 | 41 | 65 | 13 | 1E |
| Octal | 106 | 132 | 75 | 26 | 0 | 40 | 101 | 145 | 23 | 36 |
| Binary | 1000110 | 1011010 | 111101 | 10110 | 0 | 100000 | 1000001 | 1100101 | 10011 | 11110 |
Color Harmonies of #465A3D
Complementary color
Monochromatic Colors of #465A3D
Black with #465A3D
Text Example
Text Example
White with #465A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A3D; }
p { color: rgb(70,90,61); }
H1.HeaderClassName
{
color: #465A3D;
}
.AnyTagClassName
{
color: #465A3D;
}
</style>
background-color css
<style>
a { background-color: #465A3D; }
a { background-color: rgb(70,90,61); }
div.DivClassName
{
background-color: #465A3D;
}
.BgClassName
{
background-color: #465A3D;
}
</style>
border-color css
<style>
span { border-color: #465A3D; }
span { border-color: rgb(70,90,61); }
td.TdClassName
{
border-color: #465A3D;
}
.TagClassName
{
border-color: #465A3D;
}
</style>