#144150

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

Shades of Green Vogue #144150

Tints of Green Vogue #144150

Color information

#144150 (or 0x144150) is unknown color: approx Green Vogue. HEX triplet: 14, 41 and 50. RGB value is (20,65,80). Sum of RGB (Red+Green+Blue) = 20+65+80=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #144150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144150 is #EBBEAF. Grayscale: #353535. Windows color (decimal): -15449776 or 5259540. OLE color: 5259540.

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

Color convert

RGB206580-
CMYK0.750.1900.69
HSL195º60%19.61%-
HSV(B)195º75%31.37%-
XYZ3.634.518.27-
YUV53.26143.09104.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=12.12%
G=39.39%
B=48.48%

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
Decimal2065800.750.1900.691956019.61
Hex1441504B13045c33c14
Octal241011201132301053037424
Binary1010010000011010000100101110011010001011100001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144150; }

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

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

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

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

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

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

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

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