Shades of Green House #45613F
Tints of Green House #45613F
RGB
CMYK
RGB Variations
Color information
#45613F (or 0x45613F) is known color: Green House. HEX triplet: 45, 61 and 3F. RGB value is (69,97,63). Sum of RGB (Red+Green+Blue) = 69+97+63=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #45613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613F is #BA9EC0. Grayscale: #545454. Windows color (decimal): -12230337 or 4153669. OLE color: 4153669.
HSL color Cylindrical-coordinate representation of color #45613F: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #45613F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 63 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.62 |
| HSL | 109.41º | 0.21% | 0.31% | - |
| HSV(B) | 109.41º | 0.35% | 0.38% | - |
| XYZ | 7.63 | 10.17 | 6.26 | - |
| YUV | 84.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 63 | 0.29 | 0 | 0.35 | 0.62 | 109.41 | 0.21 | 0.31 |
| Hex | 45 | 61 | 3F | 1D | 0 | 23 | 3E | 6D | 15 | 1F |
| Octal | 105 | 141 | 77 | 35 | 0 | 43 | 76 | 155 | 25 | 37 |
| Binary | 1000101 | 1100001 | 111111 | 11101 | 0 | 100011 | 111110 | 1101101 | 10101 | 11111 |
Color Harmonies of #45613F
Complementary color
Monochromatic Colors of #45613F
Black with #45613F
Text Example
Text Example
White with #45613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45613F; }
p { color: rgb(69,97,63); }
H1.HeaderClassName
{
color: #45613F;
}
.AnyTagClassName
{
color: #45613F;
}
</style>
background-color css
<style>
a { background-color: #45613F; }
a { background-color: rgb(69,97,63); }
div.DivClassName
{
background-color: #45613F;
}
.BgClassName
{
background-color: #45613F;
}
</style>
border-color css
<style>
span { border-color: #45613F; }
span { border-color: rgb(69,97,63); }
td.TdClassName
{
border-color: #45613F;
}
.TagClassName
{
border-color: #45613F;
}
</style>