Shades of Green House #45633B
Tints of Green House #45633B
RGB
CMYK
RGB Variations
Color information
#45633B (or 0x45633B) is known color: Green House. HEX triplet: 45, 63 and 3B. RGB value is (69,99,59). Sum of RGB (Red+Green+Blue) = 69+99+59=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #45633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45633B is #BA9CC4. Grayscale: #555555. Windows color (decimal): -12229829 or 3892037. OLE color: 3892037.
HSL color Cylindrical-coordinate representation of color #45633B: hue angle of 105º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45633B is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 59 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.61 |
| HSL | 105º | 0.25% | 0.31% | - |
| HSV(B) | 105º | 0.4% | 0.39% | - |
| XYZ | 7.71 | 10.5 | 5.76 | - |
| YUV | 85.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 59 | 0.30 | 0 | 0.40 | 0.61 | 105 | 0.25 | 0.31 |
| Hex | 45 | 63 | 3B | 1E | 0 | 28 | 3D | 69 | 19 | 1F |
| Octal | 105 | 143 | 73 | 36 | 0 | 50 | 75 | 151 | 31 | 37 |
| Binary | 1000101 | 1100011 | 111011 | 11110 | 0 | 101000 | 111101 | 1101001 | 11001 | 11111 |
Color Harmonies of #45633B
Complementary color
Monochromatic Colors of #45633B
Black with #45633B
Text Example
Text Example
White with #45633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45633B; }
p { color: rgb(69,99,59); }
H1.HeaderClassName
{
color: #45633B;
}
.AnyTagClassName
{
color: #45633B;
}
</style>
background-color css
<style>
a { background-color: #45633B; }
a { background-color: rgb(69,99,59); }
div.DivClassName
{
background-color: #45633B;
}
.BgClassName
{
background-color: #45633B;
}
</style>
border-color css
<style>
span { border-color: #45633B; }
span { border-color: rgb(69,99,59); }
td.TdClassName
{
border-color: #45633B;
}
.TagClassName
{
border-color: #45633B;
}
</style>