#143C50

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

Shades of Green Vogue #143C50

Tints of Green Vogue #143C50

Color information

#143C50 (or 0x143C50) is unknown color: approx Green Vogue. HEX triplet: 14, 3C and 50. RGB value is (20,60,80). Sum of RGB (Red+Green+Blue) = 20+60+80=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #143C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C50 is #EBC3AF. Grayscale: #323232. Windows color (decimal): -15451056 or 5258260. OLE color: 5258260.

HSL color Cylindrical-coordinate representation of color #143C50: hue angle of 200º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143C50 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB206080-
CMYK0.750.2500.69
HSL200º60%19.61%-
HSV(B)200º75%31.37%-
XYZ3.353.968.18-
YUV50.32144.75106.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 60 (23.83% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2060800.750.2500.692006019.61
Hex143C504B19045c83c14
Octal24741201133101053107424
Binary101001111001010000100101111001010001011100100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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