Html Css Color HEX #14404D Green Vogue

📋 copy color: '#14404D'

red 20 ◦ green 64 ◦ blue 77

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

Shades of Green Vogue #14404D

Tints of Green Vogue #14404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.75%

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

R = 12.42%
G = 39.75%
B = 47.83%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14404D (or 0x14404D) is known color: Green Vogue. HEX triplet: 14, 40 and 4D. RGB value is (20,64,77). Sum of RGB (Red+Green+Blue) = 20+64+77=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #14404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14404D is #EBBFB2. Grayscale: #343434. Windows color (decimal): -15450035 or 5062676. OLE color: 5062676.

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

Color convert

RGB 20 64 77 -
CMYK 0.74 0.17 0 0.70
HSL 193.68º 0.59% 0.19% -
HSV(B) 193.68º 0.74% 0.3% -
XYZ 3.46 4.35 7.68 -
YUV 52.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 20 64 77 0.74 0.17 0 0.70 193.68 0.59 0.19
Hex 14 40 4D 4A 11 0 46 C2 3B 13
Octal 24 100 115 112 21 0 106 302 73 23
Binary 10100 1000000 1001101 1001010 10001 0 1000110 11000010 111011 10011

Color Harmonies of #14404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14404D

Black with #14404D

Text Example


Text Example

White with #14404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14404D; }

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

 H1.HeaderClassName
 {
   color: #14404D;
 }
 .AnyTagClassName
 {
   color: #14404D;
 }
</style>

background-color css

<style>
 a { background-color: #14404D; }

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

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

border-color css

<style>
 span { border-color: #14404D; }

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

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