#143C4D

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

Shades of Green Vogue #143C4D

Tints of Green Vogue #143C4D

Color information

#143C4D (or 0x143C4D) is unknown color: approx Green Vogue. HEX triplet: 14, 3C and 4D. RGB value is (20,60,77). Sum of RGB (Red+Green+Blue) = 20+60+77=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #143C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C4D is #EBC3B2. Grayscale: #313131. Windows color (decimal): -15451059 or 5061652. OLE color: 5061652.

HSL color Cylindrical-coordinate representation of color #143C4D: hue angle of 197.89º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #143C4D is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB206077-
CMYK0.740.2200.70
HSL197.89º58.76%19.02%-
HSV(B)197.89º74.03%30.2%-
XYZ3.243.927.61-
YUV49.98143.25106.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=12.74%
G=38.22%
B=49.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2060770.740.2200.70197.8958.7619.02
Hex143C4D4A16046c63b13
Octal24741151122601063067323
Binary101001111001001101100101010110010001101100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,77); }

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

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

 a { background-color: rgb(20,60,77); }

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

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

 span { border-color: rgb(20,60,77); }

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