Shades of Green Vogue #144352
Tints of Green Vogue #144352
RGB
CMYK
RGB Variations
Color information
#144352 (or 0x144352) is known color: Green Vogue. HEX triplet: 14, 43 and 52. RGB value is (20,67,82). Sum of RGB (Red+Green+Blue) = 20+67+82=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #144352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144352 is #EBBCAD. Grayscale: #363636. Windows color (decimal): -15449262 or 5391124. OLE color: 5391124.
HSL color Cylindrical-coordinate representation of color #144352: hue angle of 194.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144352 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 67 | 82 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.68 |
| HSL | 194.52º | 0.61% | 0.2% | - |
| HSV(B) | 194.52º | 0.76% | 0.32% | - |
| XYZ | 3.82 | 4.77 | 8.7 | - |
| YUV | 54.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 82 | 0.76 | 0.18 | 0 | 0.68 | 194.52 | 0.61 | 0.2 |
| Hex | 14 | 43 | 52 | 4C | 12 | 0 | 44 | C3 | 3D | 14 |
| Octal | 24 | 103 | 122 | 114 | 22 | 0 | 104 | 303 | 75 | 24 |
| Binary | 10100 | 1000011 | 1010010 | 1001100 | 10010 | 0 | 1000100 | 11000011 | 111101 | 10100 |
Color Harmonies of #144352
Complementary color
Monochromatic Colors of #144352
Black with #144352
Text Example
Text Example
White with #144352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144352; }
p { color: rgb(20,67,82); }
H1.HeaderClassName
{
color: #144352;
}
.AnyTagClassName
{
color: #144352;
}
</style>
background-color css
<style>
a { background-color: #144352; }
a { background-color: rgb(20,67,82); }
div.DivClassName
{
background-color: #144352;
}
.BgClassName
{
background-color: #144352;
}
</style>
border-color css
<style>
span { border-color: #144352; }
span { border-color: rgb(20,67,82); }
td.TdClassName
{
border-color: #144352;
}
.TagClassName
{
border-color: #144352;
}
</style>