#143B4C

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

Shades of Green Vogue #143B4C

Tints of Green Vogue #143B4C

Color information

#143B4C (or 0x143B4C) is unknown color: approx Green Vogue. HEX triplet: 14, 3B and 4C. RGB value is (20,59,76). Sum of RGB (Red+Green+Blue) = 20+59+76=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #143B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B4C is #EBC4B3. Grayscale: #313131. Windows color (decimal): -15451316 or 4995860. OLE color: 4995860.

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

Color convert

RGB205976-
CMYK0.740.2200.70
HSL198.21º58.33%18.82%-
HSV(B)198.21º73.68%29.8%-
XYZ3.163.87.4-
YUV49.28143.08107.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=12.90%
G=38.06%
B=49.03%

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
Decimal2059760.740.2200.70198.2158.3318.82
Hex143B4C4A16046c63a13
Octal24731141122601063067223
Binary101001110111001100100101010110010001101100011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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