Html Css Color HEX #143D49 Green Vogue

📋 copy color: '#143D49'

red 20 ◦ green 61 ◦ blue 73

#143D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #143D49

Tints of Green Vogue #143D49

RGB

 RED value IS 20 (8.2% from 255) = 12.99%

 GREEN value IS 61 (24.22% from 255) = 39.61%

 BLUE value IS 73 (28.91% from 255) = 47.4%

R = 12.99%
G = 39.61%
B = 47.4%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143D49 (or 0x143D49) is known color: Green Vogue. HEX triplet: 14, 3D and 49. RGB value is (20,61,73). Sum of RGB (Red+Green+Blue) = 20+61+73=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #143D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D49 is #EBC2B6. Grayscale: #323232. Windows color (decimal): -15450807 or 4799764. OLE color: 4799764.

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

Color convert

RGB 20 61 73 -
CMYK 0.73 0.16 0 0.71
HSL 193.58º 0.57% 0.18% -
HSV(B) 193.58º 0.73% 0.29% -
XYZ 3.16 3.97 6.9 -
YUV 50.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 20 61 73 0.73 0.16 0 0.71 193.58 0.57 0.18
Hex 14 3D 49 49 10 0 47 C2 39 12
Octal 24 75 111 111 20 0 107 302 71 22
Binary 10100 111101 1001001 1001001 10000 0 1000111 11000010 111001 10010

Color Harmonies of #143D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D49

Black with #143D49

Text Example


Text Example

White with #143D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #143D49;
 }
 .AnyTagClassName
 {
   color: #143D49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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