Shades of Green Vogue #144353
Tints of Green Vogue #144353
RGB
CMYK
RGB Variations
Color information
#144353 (or 0x144353) is known color: Green Vogue. HEX triplet: 14, 43 and 53. RGB value is (20,67,83). Sum of RGB (Red+Green+Blue) = 20+67+83=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #144353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144353 is #EBBCAC. Grayscale: #363636. Windows color (decimal): -15449261 or 5456660. OLE color: 5456660.
HSL color Cylindrical-coordinate representation of color #144353: hue angle of 195.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144353 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 67 | 83 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.67 |
| HSL | 195.24º | 0.61% | 0.2% | - |
| HSV(B) | 195.24º | 0.76% | 0.33% | - |
| XYZ | 3.86 | 4.79 | 8.9 | - |
| YUV | 54.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 83 | 0.76 | 0.19 | 0 | 0.67 | 195.24 | 0.61 | 0.2 |
| Hex | 14 | 43 | 53 | 4C | 13 | 0 | 43 | C3 | 3D | 14 |
| Octal | 24 | 103 | 123 | 114 | 23 | 0 | 103 | 303 | 75 | 24 |
| Binary | 10100 | 1000011 | 1010011 | 1001100 | 10011 | 0 | 1000011 | 11000011 | 111101 | 10100 |
Color Harmonies of #144353
Complementary color
Monochromatic Colors of #144353
Black with #144353
Text Example
Text Example
White with #144353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144353; }
p { color: rgb(20,67,83); }
H1.HeaderClassName
{
color: #144353;
}
.AnyTagClassName
{
color: #144353;
}
</style>
background-color css
<style>
a { background-color: #144353; }
a { background-color: rgb(20,67,83); }
div.DivClassName
{
background-color: #144353;
}
.BgClassName
{
background-color: #144353;
}
</style>
border-color css
<style>
span { border-color: #144353; }
span { border-color: rgb(20,67,83); }
td.TdClassName
{
border-color: #144353;
}
.TagClassName
{
border-color: #144353;
}
</style>