Shades of Eden #146354
Tints of Eden #146354
RGB
CMYK
RGB Variations
Color information
#146354 (or 0x146354) is known color: Eden. HEX triplet: 14, 63 and 54. RGB value is (20,99,84). Sum of RGB (Red+Green+Blue) = 20+99+84=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #146354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146354 is #EB9CAB. Grayscale: #494949. Windows color (decimal): -15441068 or 5530388. OLE color: 5530388.
HSL color Cylindrical-coordinate representation of color #146354: hue angle of 168.61º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146354 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 84 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.61 |
| HSL | 168.61º | 0.66% | 0.23% | - |
| HSV(B) | 168.61º | 0.8% | 0.39% | - |
| XYZ | 6.35 | 9.71 | 9.93 | - |
| YUV | 73.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 84 | 0.80 | 0 | 0.15 | 0.61 | 168.61 | 0.66 | 0.23 |
| Hex | 14 | 63 | 54 | 50 | 0 | F | 3D | A9 | 42 | 17 |
| Octal | 24 | 143 | 124 | 120 | 0 | 17 | 75 | 251 | 102 | 27 |
| Binary | 10100 | 1100011 | 1010100 | 1010000 | 0 | 1111 | 111101 | 10101001 | 1000010 | 10111 |
Color Harmonies of #146354
Complementary color
Monochromatic Colors of #146354
Black with #146354
Text Example
Text Example
White with #146354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146354; }
p { color: rgb(20,99,84); }
H1.HeaderClassName
{
color: #146354;
}
.AnyTagClassName
{
color: #146354;
}
</style>
background-color css
<style>
a { background-color: #146354; }
a { background-color: rgb(20,99,84); }
div.DivClassName
{
background-color: #146354;
}
.BgClassName
{
background-color: #146354;
}
</style>
border-color css
<style>
span { border-color: #146354; }
span { border-color: rgb(20,99,84); }
td.TdClassName
{
border-color: #146354;
}
.TagClassName
{
border-color: #146354;
}
</style>