#14444F

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

Shades of Green Vogue #14444F

Tints of Green Vogue #14444F

Color information

#14444F (or 0x14444F) is unknown color: approx Green Vogue. HEX triplet: 14, 44 and 4F. RGB value is (20,68,79). Sum of RGB (Red+Green+Blue) = 20+68+79=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #14444F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14444F is #EBBBB0. Grayscale: #363636. Windows color (decimal): -15449009 or 5194772. OLE color: 5194772.

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

Color convert

RGB206879-
CMYK0.750.1400.69
HSL191.19º59.6%19.41%-
HSV(B)191.19º74.68%30.98%-
XYZ3.774.858.13-
YUV54.9141.6103.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=11.98%
G=40.72%
B=47.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2068790.750.1400.69191.1959.619.41
Hex14444F4BE045bf3c13
Octal241041171131601052777423
Binary101001000100100111110010111110010001011011111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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