Html Css Color HEX #143D4F Green Vogue

📋 copy color: '#143D4F'

red 20 ◦ green 61 ◦ blue 79

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

Shades of Green Vogue #143D4F

Tints of Green Vogue #143D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.38%

R = 12.5%
G = 38.13%
B = 49.38%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#143D4F (or 0x143D4F) is known color: Green Vogue. HEX triplet: 14, 3D and 4F. RGB value is (20,61,79). Sum of RGB (Red+Green+Blue) = 20+61+79=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #143D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D4F is #EBC2B0. Grayscale: #323232. Windows color (decimal): -15450801 or 5192980. OLE color: 5192980.

HSL color Cylindrical-coordinate representation of color #143D4F: hue angle of 198.31º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143D4F is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 61 79 -
CMYK 0.75 0.23 0 0.69
HSL 198.31º 0.6% 0.19% -
HSV(B) 198.31º 0.75% 0.31% -
XYZ 3.37 4.05 8 -
YUV 50.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 20 61 79 0.75 0.23 0 0.69 198.31 0.6 0.19
Hex 14 3D 4F 4B 17 0 45 C6 3C 13
Octal 24 75 117 113 27 0 105 306 74 23
Binary 10100 111101 1001111 1001011 10111 0 1000101 11000110 111100 10011

Color Harmonies of #143D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D4F

Black with #143D4F

Text Example


Text Example

White with #143D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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