Html Css Color HEX #14424D Green Vogue

📋 copy color: '#14424D'

red 20 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #14424D

Tints of Green Vogue #14424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 12.27%
G = 40.49%
B = 47.24%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14424D (or 0x14424D) is known color: Green Vogue. HEX triplet: 14, 42 and 4D. RGB value is (20,66,77). Sum of RGB (Red+Green+Blue) = 20+66+77=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #14424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14424D is #EBBDB2. Grayscale: #353535. Windows color (decimal): -15449523 or 5063188. OLE color: 5063188.

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

Color convert

RGB 20 66 77 -
CMYK 0.74 0.14 0 0.70
HSL 191.58º 0.59% 0.19% -
HSV(B) 191.58º 0.74% 0.3% -
XYZ 3.58 4.58 7.72 -
YUV 53.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 20 66 77 0.74 0.14 0 0.70 191.58 0.59 0.19
Hex 14 42 4D 4A E 0 46 C0 3B 13
Octal 24 102 115 112 16 0 106 300 73 23
Binary 10100 1000010 1001101 1001010 1110 0 1000110 11000000 111011 10011

Color Harmonies of #14424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14424D

Black with #14424D

Text Example


Text Example

White with #14424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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