#144051

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

Shades of Green Vogue #144051

Tints of Green Vogue #144051

Color information

#144051 (or 0x144051) is unknown color: approx Green Vogue. HEX triplet: 14, 40 and 51. RGB value is (20,64,81). Sum of RGB (Red+Green+Blue) = 20+64+81=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #144051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144051 is #EBBFAE. Grayscale: #343434. Windows color (decimal): -15450031 or 5324820. OLE color: 5324820.

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

Color convert

RGB206481-
CMYK0.750.2100.68
HSL196.72º60.4%19.8%-
HSV(B)196.72º75.31%31.76%-
XYZ3.614.418.45-
YUV52.78143.92104.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=12.12%
G=38.79%
B=49.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2064810.750.2100.68196.7260.419.8
Hex1440514B15044c53c14
Octal241001211132501043057424
Binary1010010000001010001100101110101010001001100010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144051; }

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

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

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

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

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

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

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

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