Shades of Green House #45613A
Tints of Green House #45613A
RGB
CMYK
RGB Variations
Color information
#45613A (or 0x45613A) is known color: Green House. HEX triplet: 45, 61 and 3A. RGB value is (69,97,58). Sum of RGB (Red+Green+Blue) = 69+97+58=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #45613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613A is #BA9EC5. Grayscale: #545454. Windows color (decimal): -12230342 or 3825989. OLE color: 3825989.
HSL color Cylindrical-coordinate representation of color #45613A: hue angle of 103.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45613A is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 58 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.62 |
| HSL | 103.08º | 0.25% | 0.3% | - |
| HSV(B) | 103.08º | 0.4% | 0.38% | - |
| XYZ | 7.49 | 10.12 | 5.56 | - |
| YUV | 84.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 58 | 0.29 | 0 | 0.40 | 0.62 | 103.08 | 0.25 | 0.3 |
| Hex | 45 | 61 | 3A | 1D | 0 | 28 | 3E | 67 | 19 | 1E |
| Octal | 105 | 141 | 72 | 35 | 0 | 50 | 76 | 147 | 31 | 36 |
| Binary | 1000101 | 1100001 | 111010 | 11101 | 0 | 101000 | 111110 | 1100111 | 11001 | 11110 |
Color Harmonies of #45613A
Complementary color
Monochromatic Colors of #45613A
Black with #45613A
Text Example
Text Example
White with #45613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45613A; }
p { color: rgb(69,97,58); }
H1.HeaderClassName
{
color: #45613A;
}
.AnyTagClassName
{
color: #45613A;
}
</style>
background-color css
<style>
a { background-color: #45613A; }
a { background-color: rgb(69,97,58); }
div.DivClassName
{
background-color: #45613A;
}
.BgClassName
{
background-color: #45613A;
}
</style>
border-color css
<style>
span { border-color: #45613A; }
span { border-color: rgb(69,97,58); }
td.TdClassName
{
border-color: #45613A;
}
.TagClassName
{
border-color: #45613A;
}
</style>