Html Css Color HEX #143D4D Green Vogue

📋 copy color: '#143D4D'

red 20 ◦ green 61 ◦ blue 77

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

Shades of Green Vogue #143D4D

Tints of Green Vogue #143D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 12.66%
G = 38.61%
B = 48.73%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#143D4D (or 0x143D4D) is known color: Green Vogue. HEX triplet: 14, 3D and 4D. RGB value is (20,61,77). Sum of RGB (Red+Green+Blue) = 20+61+77=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #143D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D4D is #EBC2B2. Grayscale: #323232. Windows color (decimal): -15450803 or 5061908. OLE color: 5061908.

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

Color convert

RGB 20 61 77 -
CMYK 0.74 0.21 0 0.70
HSL 196.84º 0.59% 0.19% -
HSV(B) 196.84º 0.74% 0.3% -
XYZ 3.3 4.02 7.62 -
YUV 50.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 20 61 77 0.74 0.21 0 0.70 196.84 0.59 0.19
Hex 14 3D 4D 4A 15 0 46 C5 3B 13
Octal 24 75 115 112 25 0 106 305 73 23
Binary 10100 111101 1001101 1001010 10101 0 1000110 11000101 111011 10011

Color Harmonies of #143D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D4D

Black with #143D4D

Text Example


Text Example

White with #143D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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