#144550

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

Shades of Green Vogue #144550

Tints of Green Vogue #144550

Color information

#144550 (or 0x144550) is unknown color: approx Green Vogue. HEX triplet: 14, 45 and 50. RGB value is (20,69,80). Sum of RGB (Red+Green+Blue) = 20+69+80=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #144550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144550 is #EBBAAF. Grayscale: #373737. Windows color (decimal): -15448752 or 5260564. OLE color: 5260564.

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

Color convert

RGB206980-
CMYK0.750.1400.69
HSL191º60%19.61%-
HSV(B)191º75%31.37%-
XYZ3.864.988.35-
YUV55.6141.77102.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=11.83%
G=40.83%
B=47.34%

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
Decimal2069800.750.1400.691916019.61
Hex1445504BE045bf3c14
Octal241051201131601052777424
Binary101001000101101000010010111110010001011011111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144550; }

 p { color: rgb(20,69,80); }

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

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

 a { background-color: rgb(20,69,80); }

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

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

 span { border-color: rgb(20,69,80); }

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