Html Css Color HEX #14414E Green Vogue

📋 copy color: '#14414E'

red 20 ◦ green 65 ◦ blue 78

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

Shades of Green Vogue #14414E

Tints of Green Vogue #14414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 12.27%
G = 39.88%
B = 47.85%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14414E (or 0x14414E) is known color: Green Vogue. HEX triplet: 14, 41 and 4E. RGB value is (20,65,78). Sum of RGB (Red+Green+Blue) = 20+65+78=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #14414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14414E is #EBBEB1. Grayscale: #343434. Windows color (decimal): -15449778 or 5128468. OLE color: 5128468.

HSL color Cylindrical-coordinate representation of color #14414E: hue angle of 193.45º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14414E is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 65 78 -
CMYK 0.74 0.17 0 0.69
HSL 193.45º 0.59% 0.19% -
HSV(B) 193.45º 0.74% 0.31% -
XYZ 3.55 4.48 7.89 -
YUV 53.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 20 65 78 0.74 0.17 0 0.69 193.45 0.59 0.19
Hex 14 41 4E 4A 11 0 45 C1 3B 13
Octal 24 101 116 112 21 0 105 301 73 23
Binary 10100 1000001 1001110 1001010 10001 0 1000101 11000001 111011 10011

Color Harmonies of #14414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14414E

Black with #14414E

Text Example


Text Example

White with #14414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14414E; }

 p { color: rgb(20,65,78); }

 H1.HeaderClassName
 {
   color: #14414E;
 }
 .AnyTagClassName
 {
   color: #14414E;
 }
</style>

background-color css

<style>
 a { background-color: #14414E; }

 a { background-color: rgb(20,65,78); }

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

border-color css

<style>
 span { border-color: #14414E; }

 span { border-color: rgb(20,65,78); }

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