#14404F

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

Shades of Green Vogue #14404F

Tints of Green Vogue #14404F

Color information

#14404F (or 0x14404F) is unknown color: approx Green Vogue. HEX triplet: 14, 40 and 4F. RGB value is (20,64,79). Sum of RGB (Red+Green+Blue) = 20+64+79=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #14404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14404F is #EBBFB0. Grayscale: #343434. Windows color (decimal): -15450033 or 5193748. OLE color: 5193748.

HSL color Cylindrical-coordinate representation of color #14404F: hue angle of 195.25º 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 #14404F is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB206479-
CMYK0.750.1900.69
HSL195.25º59.6%19.41%-
HSV(B)195.25º74.68%30.98%-
XYZ3.534.388.06-
YUV52.55142.92104.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=12.27%
G=39.26%
B=48.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2064790.750.1900.69195.2559.619.41
Hex14404F4B13045c33c13
Octal241001171132301053037423
Binary1010010000001001111100101110011010001011100001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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