#143E4C

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

Shades of Green Vogue #143E4C

Tints of Green Vogue #143E4C

Color information

#143E4C (or 0x143E4C) is unknown color: approx Green Vogue. HEX triplet: 14, 3E and 4C. RGB value is (20,62,76). Sum of RGB (Red+Green+Blue) = 20+62+76=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #143E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E4C is #EBC1B3. Grayscale: #323232. Windows color (decimal): -15450548 or 4996628. OLE color: 4996628.

HSL color Cylindrical-coordinate representation of color #143E4C: hue angle of 195º degrees, saturation: 0.58, 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 #143E4C is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB206276-
CMYK0.740.1800.70
HSL195º58.33%18.82%-
HSV(B)195º73.68%29.8%-
XYZ3.324.127.46-
YUV51.04142.09105.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=12.66%
G=39.24%
B=48.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2062760.740.1800.7019558.3318.82
Hex143E4C4A12046c33a13
Octal24761141122201063037223
Binary101001111101001100100101010010010001101100001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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