Shades of Green House #45683D
Tints of Green House #45683D
RGB
CMYK
RGB Variations
Color information
#45683D (or 0x45683D) is known color: Green House. HEX triplet: 45, 68 and 3D. RGB value is (69,104,61). Sum of RGB (Red+Green+Blue) = 69+104+61=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #45683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45683D is #BA97C2. Grayscale: #585858. Windows color (decimal): -12228547 or 4024389. OLE color: 4024389.
HSL color Cylindrical-coordinate representation of color #45683D: hue angle of 108.84º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45683D is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 61 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.59 |
| HSL | 108.84º | 0.26% | 0.32% | - |
| HSV(B) | 108.84º | 0.41% | 0.41% | - |
| XYZ | 8.25 | 11.5 | 6.2 | - |
| YUV | 88.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 61 | 0.34 | 0 | 0.41 | 0.59 | 108.84 | 0.26 | 0.32 |
| Hex | 45 | 68 | 3D | 22 | 0 | 29 | 3B | 6D | 1A | 20 |
| Octal | 105 | 150 | 75 | 42 | 0 | 51 | 73 | 155 | 32 | 40 |
| Binary | 1000101 | 1101000 | 111101 | 100010 | 0 | 101001 | 111011 | 1101101 | 11010 | 100000 |
Color Harmonies of #45683D
Complementary color
Monochromatic Colors of #45683D
Black with #45683D
Text Example
Text Example
White with #45683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45683D; }
p { color: rgb(69,104,61); }
H1.HeaderClassName
{
color: #45683D;
}
.AnyTagClassName
{
color: #45683D;
}
</style>
background-color css
<style>
a { background-color: #45683D; }
a { background-color: rgb(69,104,61); }
div.DivClassName
{
background-color: #45683D;
}
.BgClassName
{
background-color: #45683D;
}
</style>
border-color css
<style>
span { border-color: #45683D; }
span { border-color: rgb(69,104,61); }
td.TdClassName
{
border-color: #45683D;
}
.TagClassName
{
border-color: #45683D;
}
</style>