Shades of Green House #455B3D
Tints of Green House #455B3D
RGB
CMYK
RGB Variations
Color information
#455B3D (or 0x455B3D) is known color: Green House. HEX triplet: 45, 5B and 3D. RGB value is (69,91,61). Sum of RGB (Red+Green+Blue) = 69+91+61=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #455B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B3D is #BAA4C2. Grayscale: #515151. Windows color (decimal): -12231875 or 4021061. OLE color: 4021061.
HSL color Cylindrical-coordinate representation of color #455B3D: hue angle of 104º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #455B3D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 61 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.64 |
| HSL | 104º | 0.2% | 0.3% | - |
| HSV(B) | 104º | 0.33% | 0.36% | - |
| XYZ | 7.04 | 9.08 | 5.8 | - |
| YUV | 81 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 61 | 0.24 | 0 | 0.33 | 0.64 | 104 | 0.2 | 0.3 |
| Hex | 45 | 5B | 3D | 18 | 0 | 21 | 40 | 68 | 14 | 1E |
| Octal | 105 | 133 | 75 | 30 | 0 | 41 | 100 | 150 | 24 | 36 |
| Binary | 1000101 | 1011011 | 111101 | 11000 | 0 | 100001 | 1000000 | 1101000 | 10100 | 11110 |
Color Harmonies of #455B3D
Complementary color
Monochromatic Colors of #455B3D
Black with #455B3D
Text Example
Text Example
White with #455B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B3D; }
p { color: rgb(69,91,61); }
H1.HeaderClassName
{
color: #455B3D;
}
.AnyTagClassName
{
color: #455B3D;
}
</style>
background-color css
<style>
a { background-color: #455B3D; }
a { background-color: rgb(69,91,61); }
div.DivClassName
{
background-color: #455B3D;
}
.BgClassName
{
background-color: #455B3D;
}
</style>
border-color css
<style>
span { border-color: #455B3D; }
span { border-color: rgb(69,91,61); }
td.TdClassName
{
border-color: #455B3D;
}
.TagClassName
{
border-color: #455B3D;
}
</style>