#143E4A

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

Shades of Green Vogue #143E4A

Tints of Green Vogue #143E4A

Color information

#143E4A (or 0x143E4A) is unknown color: approx Green Vogue. HEX triplet: 14, 3E and 4A. RGB value is (20,62,74). Sum of RGB (Red+Green+Blue) = 20+62+74=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #143E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E4A is #EBC1B5. Grayscale: #323232. Windows color (decimal): -15450550 or 4865556. OLE color: 4865556.

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

Color convert

RGB206274-
CMYK0.730.1600.71
HSL193.33º57.45%18.43%-
HSV(B)193.33º72.97%29.02%-
XYZ3.254.097.1-
YUV50.81141.09106.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=12.82%
G=39.74%
B=47.44%

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
Decimal2062740.730.1600.71193.3357.4518.43
Hex143E4A4910047c13912
Octal24761121112001073017122
Binary101001111101001010100100110000010001111100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,62,74); }

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

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

 a { background-color: rgb(20,62,74); }

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

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

 span { border-color: rgb(20,62,74); }

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