#144551

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

Shades of Green Vogue #144551

Tints of Green Vogue #144551

Color information

#144551 (or 0x144551) is unknown color: approx Green Vogue. HEX triplet: 14, 45 and 51. RGB value is (20,69,81). Sum of RGB (Red+Green+Blue) = 20+69+81=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #144551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144551 is #EBBAAE. Grayscale: #373737. Windows color (decimal): -15448751 or 5326100. OLE color: 5326100.

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

Color convert

RGB206981-
CMYK0.750.1500.68
HSL191.8º60.4%19.8%-
HSV(B)191.8º75.31%31.76%-
XYZ3.958.54-
YUV55.72142.27102.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=11.76%
G=40.59%
B=47.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2069810.750.1500.68191.860.419.8
Hex1445514BF044c03c14
Octal241051211131701043007424
Binary101001000101101000110010111111010001001100000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144551; }

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

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

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

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

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

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

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

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