Shades of Green House #45613B
Tints of Green House #45613B
RGB
CMYK
RGB Variations
Color information
#45613B (or 0x45613B) is known color: Green House. HEX triplet: 45, 61 and 3B. RGB value is (69,97,59). Sum of RGB (Red+Green+Blue) = 69+97+59=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #45613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613B is #BA9EC4. Grayscale: #545454. Windows color (decimal): -12230341 or 3891525. OLE color: 3891525.
HSL color Cylindrical-coordinate representation of color #45613B: hue angle of 104.21º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45613B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 59 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.62 |
| HSL | 104.21º | 0.24% | 0.31% | - |
| HSV(B) | 104.21º | 0.39% | 0.38% | - |
| XYZ | 7.52 | 10.13 | 5.7 | - |
| YUV | 84.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 59 | 0.29 | 0 | 0.39 | 0.62 | 104.21 | 0.24 | 0.31 |
| Hex | 45 | 61 | 3B | 1D | 0 | 27 | 3E | 68 | 18 | 1F |
| Octal | 105 | 141 | 73 | 35 | 0 | 47 | 76 | 150 | 30 | 37 |
| Binary | 1000101 | 1100001 | 111011 | 11101 | 0 | 100111 | 111110 | 1101000 | 11000 | 11111 |
Color Harmonies of #45613B
Complementary color
Monochromatic Colors of #45613B
Black with #45613B
Text Example
Text Example
White with #45613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45613B; }
p { color: rgb(69,97,59); }
H1.HeaderClassName
{
color: #45613B;
}
.AnyTagClassName
{
color: #45613B;
}
</style>
background-color css
<style>
a { background-color: #45613B; }
a { background-color: rgb(69,97,59); }
div.DivClassName
{
background-color: #45613B;
}
.BgClassName
{
background-color: #45613B;
}
</style>
border-color css
<style>
span { border-color: #45613B; }
span { border-color: rgb(69,97,59); }
td.TdClassName
{
border-color: #45613B;
}
.TagClassName
{
border-color: #45613B;
}
</style>