#143D4C

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

Shades of Green Vogue #143D4C

Tints of Green Vogue #143D4C

Color information

#143D4C (or 0x143D4C) is unknown color: approx Green Vogue. HEX triplet: 14, 3D and 4C. RGB value is (20,61,76). Sum of RGB (Red+Green+Blue) = 20+61+76=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #143D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D4C is #EBC2B3. Grayscale: #323232. Windows color (decimal): -15450804 or 4996372. OLE color: 4996372.

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

Color convert

RGB206176-
CMYK0.740.2000.70
HSL196.07º58.33%18.82%-
HSV(B)196.07º73.68%29.8%-
XYZ3.264.017.44-
YUV50.45142.42106.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=12.74%
G=38.85%
B=48.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2061760.740.2000.70196.0758.3318.82
Hex143D4C4A14046c43a13
Octal24751141122401063047223
Binary101001111011001100100101010100010001101100010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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