#143D49

Color #143D49 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #143D49

Tints of Green Vogue #143D49

Color information

#143D49 (or 0x143D49) is unknown color: approx Green Vogue. HEX triplet: 14, 3D and 49. RGB value is (20,61,73). Sum of RGB (Red+Green+Blue) = 20+61+73=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #143D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D49 is #EBC2B6. Grayscale: #323232. Windows color (decimal): -15450807 or 4799764. OLE color: 4799764.

HSL color Cylindrical-coordinate representation of color #143D49: hue angle of 193.58º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143D49 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB206173-
CMYK0.730.1600.71
HSL193.58º56.99%18.24%-
HSV(B)193.58º72.6%28.63%-
XYZ3.163.976.9-
YUV50.11140.92106.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 73 (28.91% from 255) = 47.40%
R=12.99%
G=39.61%
B=47.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2061730.730.1600.71193.5856.9918.24
Hex143D494910047c23912
Octal24751111112001073027122
Binary101001111011001001100100110000010001111100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143D49; }

 p { color: rgb(20,61,73); }

 H1.HeaderClassName
 {
   color: #143D49;
 }
 .AnyTagClassName
 {
   color: #143D49;
 }
</style>
background-color css

<style>
 a { background-color: #143D49; }

 a { background-color: rgb(20,61,73); }

 div.DivClassName
 {
   background-color: #143D49;
 }
 .BgClassName
 {
   background-color: #143D49;
 }
</style>
border-color css

<style>
 span { border-color: #143D49; }

 span { border-color: rgb(20,61,73); }

 td.TdClassName
 {
   border-color: #143D49;
 }
 .TagClassName
 {
   border-color: #143D49;
 }
</style>