#14414F

Color #14414F Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #14414F

Tints of Green Vogue #14414F

Color information

#14414F (or 0x14414F) is unknown color: approx Green Vogue. HEX triplet: 14, 41 and 4F. RGB value is (20,65,79). Sum of RGB (Red+Green+Blue) = 20+65+79=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #14414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14414F is #EBBEB0. Grayscale: #353535. Windows color (decimal): -15449777 or 5194004. OLE color: 5194004.

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

Color convert

RGB206579-
CMYK0.750.1800.69
HSL194.24º59.6%19.41%-
HSV(B)194.24º74.68%30.98%-
XYZ3.594.498.08-
YUV53.14142.59104.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=12.20%
G=39.63%
B=48.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2065790.750.1800.69194.2459.619.41
Hex14414F4B12045c23c13
Octal241011171132201053027423
Binary1010010000011001111100101110010010001011100001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14414F;
 }
 .AnyTagClassName
 {
   color: #14414F;
 }
</style>
background-color css

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

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

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

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

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

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