#143C49

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

Shades of Green Vogue #143C49

Tints of Green Vogue #143C49

Color information

#143C49 (or 0x143C49) is unknown color: approx Green Vogue. HEX triplet: 14, 3C and 49. RGB value is (20,60,73). Sum of RGB (Red+Green+Blue) = 20+60+73=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #143C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C49 is #EBC3B6. Grayscale: #313131. Windows color (decimal): -15451063 or 4799508. OLE color: 4799508.

HSL color Cylindrical-coordinate representation of color #143C49: hue angle of 194.72º 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 #143C49 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB206073-
CMYK0.730.1800.71
HSL194.72º56.99%18.24%-
HSV(B)194.72º72.6%28.63%-
XYZ3.113.866.88-
YUV49.52141.25106.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=13.07%
G=39.22%
B=47.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2060730.730.1800.71194.7256.9918.24
Hex143C494912047c33912
Octal24741111112201073037122
Binary101001111001001001100100110010010001111100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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