Shades of Plantation #445A50
Tints of Plantation #445A50
RGB
CMYK
RGB Variations
Color information
#445A50 (or 0x445A50) is known color: Plantation. HEX triplet: 44, 5A and 50. RGB value is (68,90,80). Sum of RGB (Red+Green+Blue) = 68+90+80=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #445A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A50 is #BBA5AF. Grayscale: #525252. Windows color (decimal): -12297648 or 5265988. OLE color: 5265988.
HSL color Cylindrical-coordinate representation of color #445A50: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A50 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 80 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.65 |
| HSL | 152.73º | 0.14% | 0.31% | - |
| HSV(B) | 152.73º | 0.24% | 0.35% | - |
| XYZ | 7.49 | 9.12 | 8.96 | - |
| YUV | 82.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 80 | 0.24 | 0 | 0.11 | 0.65 | 152.73 | 0.14 | 0.31 |
| Hex | 44 | 5A | 50 | 18 | 0 | B | 41 | 99 | E | 1F |
| Octal | 104 | 132 | 120 | 30 | 0 | 13 | 101 | 231 | 16 | 37 |
| Binary | 1000100 | 1011010 | 1010000 | 11000 | 0 | 1011 | 1000001 | 10011001 | 1110 | 11111 |
Color Harmonies of #445A50
Complementary color
Monochromatic Colors of #445A50
Black with #445A50
Text Example
Text Example
White with #445A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A50; }
p { color: rgb(68,90,80); }
H1.HeaderClassName
{
color: #445A50;
}
.AnyTagClassName
{
color: #445A50;
}
</style>
background-color css
<style>
a { background-color: #445A50; }
a { background-color: rgb(68,90,80); }
div.DivClassName
{
background-color: #445A50;
}
.BgClassName
{
background-color: #445A50;
}
</style>
border-color css
<style>
span { border-color: #445A50; }
span { border-color: rgb(68,90,80); }
td.TdClassName
{
border-color: #445A50;
}
.TagClassName
{
border-color: #445A50;
}
</style>