Html Css Color HEX #143E4D Green Vogue

📋 copy color: '#143E4D'

red 20 ◦ green 62 ◦ blue 77

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

Shades of Green Vogue #143E4D

Tints of Green Vogue #143E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.99%

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

R = 12.58%
G = 38.99%
B = 48.43%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#143E4D (or 0x143E4D) is known color: Green Vogue. HEX triplet: 14, 3E and 4D. RGB value is (20,62,77). Sum of RGB (Red+Green+Blue) = 20+62+77=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #143E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E4D is #EBC1B2. Grayscale: #333333. Windows color (decimal): -15450547 or 5062164. OLE color: 5062164.

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

Color convert

RGB 20 62 77 -
CMYK 0.74 0.19 0 0.70
HSL 195.79º 0.59% 0.19% -
HSV(B) 195.79º 0.74% 0.3% -
XYZ 3.35 4.13 7.64 -
YUV 51.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 20 62 77 0.74 0.19 0 0.70 195.79 0.59 0.19
Hex 14 3E 4D 4A 13 0 46 C4 3B 13
Octal 24 76 115 112 23 0 106 304 73 23
Binary 10100 111110 1001101 1001010 10011 0 1000110 11000100 111011 10011

Color Harmonies of #143E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E4D

Black with #143E4D

Text Example


Text Example

White with #143E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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